This commit is contained in:
bors[bot] 2023-06-07 05:22:08 +00:00
parent 7e49da8e44
commit a6a5c623f9
6 changed files with 20 additions and 20 deletions

View File

@ -1,2 +1,2 @@
cp -r /nix/store/yzdhn2dmcaqvfparaw3caxycrvz1hkd6-source/* .
cp -r /nix/store/9s74nd1xnlfafn2c6r3m076i8abgnc2n-source/* .
/nix/store/l357imqrym779fyddb7gvmwd9m6ziphd-mdbook-0.4.29/bin/mdbook build --dest-dir "$out"

View File

@ -3,10 +3,10 @@ declare -x HOME="/homeless-shelter"
declare -x HOST_PATH="/nix/store/l8g5py3i39sq8afzi9vfmpw5igbqs84r-coreutils-9.1/bin:/nix/store/nwfyy893ql9ld0y249a5miwjb2kp15y8-findutils-4.9.0/bin:/nix/store/37gzj9sjgswm99bmgmr8r36ip19frfig-diffutils-3.9/bin:/nix/store/figk1iqjicv30sa9qnvbbzdb81bzsh1c-gnused-4.9/bin:/nix/store/4wwylhblws9na4ghmvsia38kimxl43g4-gnugrep-3.11/bin:/nix/store/rw2r8jqvbsmpq5kmgwvkv9pd833k9h3z-gawk-5.2.1/bin:/nix/store/g1ajd0l91n1ryyw779wlfhf73imbh4cf-gnutar-1.34/bin:/nix/store/4w0m22sx8yw9s1kw35f72cfak2qww8kh-gzip-1.12/bin:/nix/store/gsz5ca5ccqhdj31xv4z0pmdykrk3c81w-bzip2-1.0.8-bin/bin:/nix/store/9brwnhbqn9j6z1442hsq8vdsiv4dym9v-gnumake-4.4.1/bin:/nix/store/h6rxqqi4m0vipgvv9czpmwvifdjawb14-bash-5.2-p15/bin:/nix/store/lmvrwmdbb5a36m7mvhhkg275r8b8l5hl-patch-2.7.6/bin:/nix/store/1z5bqgk820x7xgn560kpk8znwh4z1irh-xz-5.4.3-bin/bin:/nix/store/h6y063nwq4bnzqmqsyq4aaygfyalkrxr-file-5.44/bin"
declare -x NIX_BUILD_CORES="2"
declare -x NIX_BUILD_TOP="/build"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=89gm52nl6x"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=347pl2br9m"
declare -x NIX_ENFORCE_NO_NATIVE="1"
declare -x NIX_ENFORCE_PURITY="1"
declare -x NIX_LDFLAGS="-rpath /nix/store/89gm52nl6xvw4wcbp7jk56cpz7kcvr7n-nixos-anywhere-docs/lib "
declare -x NIX_LDFLAGS="-rpath /nix/store/347pl2br9m32r4rairrjlinvf8w4hvq9-nixos-anywhere-docs/lib "
declare -x NIX_LOG_FD="2"
declare -x NIX_SSL_CERT_FILE="/no-cert-file.crt"
declare -x NIX_STORE="/nix/store"
@ -46,7 +46,7 @@ declare -x enableParallelInstalling="1"
declare -x mesonFlags=""
declare -x name="nixos-anywhere-docs"
declare -x nativeBuildInputs=""
declare -x out="/nix/store/89gm52nl6xvw4wcbp7jk56cpz7kcvr7n-nixos-anywhere-docs"
declare -x out="/nix/store/347pl2br9m32r4rairrjlinvf8w4hvq9-nixos-anywhere-docs"
declare -x outputs="out"
declare -x passAsFile="buildCommand"
declare -x patches=""

View File

@ -443,7 +443,7 @@ listed below.</p>
<p><a href="reference.html#explanation-of-known-error-messages">Explanation of known error messages</a></p>
<h2 id="command-line-usage"><a class="header" href="#command-line-usage">Command Line Usage</a></h2>
<!-- `$ bash ./src/nixos-anywhere.sh --help` -->
<pre><code>Usage: nixos-anywhere [options] ssh-host
<pre><code>Usage: nixos-anywhere [options] &lt;ssh-host&gt;
Options:
@ -453,27 +453,27 @@ Options:
selects which SSH private key file to use.
* -L, --print-build-logs
print full build logs
* -s, --store-paths
* -s, --store-paths &lt;disko-script&gt; &lt;nixos-system&gt;
set the store paths to the disko-script and nixos-system directly
if this is give, flake is not needed
* --no-reboot
do not reboot after installation, allowing further customization of the target installation.
* --kexec url
* --kexec &lt;url&gt;
use another kexec tarball to bootstrap NixOS
* --stop-after-disko
exit after disko formating, you can then proceed to install manually or some other way
* --extra-files files
* --extra-files &lt;file...&gt;
files to copy into the new nixos installation
* --disk-encryption-keys remote_path local_path
* --disk-encryption-keys &lt;remote_path&gt; &lt;local_path&gt;
copy the contents of the file or pipe in local_path to remote_path in the installer environment,
after kexec but before installation. Can be repeated.
* --no-substitute-on-destination
disable passing --substitute-on-destination to nix-copy
* --debug
enable debug output
* --option KEY VALUE
* --option &lt;key&gt; &lt;value&gt;
nix option to pass to every nix related command
* --from store-uri
* --from &lt;store-uri&gt;
URL of the source Nix store to copy the nixos and disko closure from
* --build-on-remote
build the closure on the remote machine instead of locally and copy-closuring it

View File

@ -154,7 +154,7 @@
<p><a href="#explanation-of-known-error-messages">Explanation of known error messages</a></p>
<h2 id="command-line-usage"><a class="header" href="#command-line-usage">Command Line Usage</a></h2>
<!-- `$ bash ./src/nixos-anywhere.sh --help` -->
<pre><code>Usage: nixos-anywhere [options] ssh-host
<pre><code>Usage: nixos-anywhere [options] &lt;ssh-host&gt;
Options:
@ -164,27 +164,27 @@ Options:
selects which SSH private key file to use.
* -L, --print-build-logs
print full build logs
* -s, --store-paths
* -s, --store-paths &lt;disko-script&gt; &lt;nixos-system&gt;
set the store paths to the disko-script and nixos-system directly
if this is give, flake is not needed
* --no-reboot
do not reboot after installation, allowing further customization of the target installation.
* --kexec url
* --kexec &lt;url&gt;
use another kexec tarball to bootstrap NixOS
* --stop-after-disko
exit after disko formating, you can then proceed to install manually or some other way
* --extra-files files
* --extra-files &lt;file...&gt;
files to copy into the new nixos installation
* --disk-encryption-keys remote_path local_path
* --disk-encryption-keys &lt;remote_path&gt; &lt;local_path&gt;
copy the contents of the file or pipe in local_path to remote_path in the installer environment,
after kexec but before installation. Can be repeated.
* --no-substitute-on-destination
disable passing --substitute-on-destination to nix-copy
* --debug
enable debug output
* --option KEY VALUE
* --option &lt;key&gt; &lt;value&gt;
nix option to pass to every nix related command
* --from store-uri
* --from &lt;store-uri&gt;
URL of the source Nix store to copy the nixos and disko closure from
* --build-on-remote
build the closure on the remote machine instead of locally and copy-closuring it

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long