Include install-nix.sh in artifacts (#115)

* Include install-nix.sh in artifacts

* Don't use src
This commit is contained in:
Ana Hobden 2022-12-12 10:59:45 -08:00 committed by GitHub
parent 29a345f99f
commit 78ebeacb50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,6 +135,9 @@
# logRun "cargo clippy --all-targets --all-features -- -D warnings"
'';
};
postInstall = ''
cp nix-install.sh $out/bin/nix-install.sh
'';
};
in
rec {