Skip to content

Commit 98640b4

Browse files
committed
fix blocking nix-copy-closure
Pin nix to a version that has a working nix-copy-closure. See NixOS/nix#8480
1 parent a848cb4 commit 98640b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
, openssh
33
, gitMinimal
44
, rsync
5-
, nix
5+
, nixVersions
66
, coreutils
77
, curl
88
, gnugrep
@@ -16,7 +16,7 @@ let
1616
runtimeInputs = [
1717
gitMinimal # for git flakes
1818
rsync
19-
nix
19+
nixVersions.nix_2_16
2020
coreutils
2121
curl # when uploading tarballs
2222
gnugrep

0 commit comments

Comments
 (0)