nixos-anywhere: add missing `get-facts` script to output

This commit is contained in:
a-kenji 2024-05-07 10:02:33 +02:00
parent fa4bb2cdd2
commit bc4962edf2
1 changed files with 1 additions and 0 deletions

View File

@ -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