Merge pull request #309774 from a-kenji/fix/nixos-anywhere

nixos-anywhere: add missing `get-facts` script to output
This commit is contained in:
Jörg Thalheim 2024-05-07 10:58:32 +02:00 committed by GitHub
commit 2efeb981b4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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