nixos-anywhere: add missing get-facts
script to output
This commit is contained in:
parent
fa4bb2cdd2
commit
bc4962edf2
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue