Merge pull request #154 from numtide/fix-copy-closure

fix blocking nix-copy-closure
This commit is contained in:
mergify[bot] 2023-07-13 23:48:56 +00:00 committed by GitHub
commit ac7b77805f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
, openssh
, gitMinimal
, rsync
, nix
, nixVersions
, coreutils
, curl
, gnugrep
@ -16,7 +16,7 @@ let
runtimeInputs = [
gitMinimal # for git flakes
rsync
nix
nixVersions.nix_2_16
coreutils
curl # when uploading tarballs
gnugrep