Merge pull request #309774 from a-kenji/fix/nixos-anywhere
nixos-anywhere: add missing `get-facts` script to output
This commit is contained in:
commit
2efeb981b4
@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
nativeBuildInputs = [ makeWrapper ];
|
||||
installPhase = ''
|
||||
install -D -m 0755 src/nixos-anywhere.sh $out/bin/nixos-anywhere
|
||||
install -D -m 0755 src/get-facts.sh $out/bin/get-facts.sh
|
||||
|
||||
# We prefer the system's openssh over our own, since it might come with features not present in ours:
|
||||
# https://github.com/numtide/nixos-anywhere/issues/62
|
||||
|
Loading…
Reference in New Issue
Block a user