Skip to content

Commit ac7b778

Browse files
authored
Merge pull request #154 from numtide/fix-copy-closure
fix blocking nix-copy-closure
2 parents a848cb4 + 98640b4 commit ac7b778

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)