Skip to content

Commit e516d37

Browse files
authored
Merge pull request #155 from numtide/doc
add comment why we pin nix
2 parents ac7b778 + cf1f2ed commit e516d37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ let
1616
runtimeInputs = [
1717
gitMinimal # for git flakes
1818
rsync
19+
# pinned because nix-copy-closure hangs if ControlPath provided for SSH: https://github.com/NixOS/nix/issues/8480
1920
nixVersions.nix_2_16
2021
coreutils
2122
curl # when uploading tarballs

0 commit comments

Comments
 (0)