Skip to content

Commit 4f2a27e

Browse files
committed
Use nixpkgs-unstable directly (instead of via follows) in default.nix
1 parent 75c26bf commit 4f2a27e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let
2727
#
2828
# Manually fetch nixpkgs
2929
nixpkgs =
30-
with lock.nodes.nixpkgs.locked;
30+
with lock.nodes.nixpkgs-unstable.locked;
3131
builtins.fetchTarball {
3232
url = "https://github.com/NixOS/nixpkgs/archive/${rev}.tar.gz";
3333
sha256 = narHash;

0 commit comments

Comments
 (0)