This commit is contained in:
Mic92 2024-06-16 15:25:00 +00:00
parent 2462f8a374
commit 77c939946f
6 changed files with 10 additions and 10 deletions

View File

@ -1,2 +1,2 @@
cp -r /nix/store/zn0jd6rnyxmk0ngnf2zyfgvrkndw9pjv-source/* .
cp -r /nix/store/7yy0zphs7wxjhvpc7888wpcshb75jb1g-source/* .
/nix/store/vy1qxci0jz1b2j24s3cjvjzpq8i68l2b-mdbook-0.4.37/bin/mdbook build --dest-dir "$out"

View File

@ -3,10 +3,10 @@ declare -x HOME="/homeless-shelter"
declare -x HOST_PATH="/nix/store/php4qidg2bxzmm79vpri025bqi0fa889-coreutils-9.5/bin:/nix/store/jjcsr5gs4qanf7ln5c6wgcq4sn75a978-findutils-4.9.0/bin:/nix/store/i34mknsjgrfyy71k2h79gda0bvagzc2j-diffutils-3.10/bin:/nix/store/5zjms21vpxlkbc0qyl5pmj2sidfmzmd7-gnused-4.9/bin:/nix/store/28gpmx3z6ss3znd7fhmrzmvk3x5lnfbk-gnugrep-3.11/bin:/nix/store/8vvkbgmnin1x2jkp7wcb2zg1p0vc4ks9-gawk-5.2.2/bin:/nix/store/rik7p68cq7yzlj5pmfpf4yv6jnrpvlgf-gnutar-1.35/bin:/nix/store/j5chw7v1x3vlmf3wmdpdb5gwh9hl0b80-gzip-1.13/bin:/nix/store/mxcq77rlan82dzpv3cgj0fh6qvv8ncil-bzip2-1.0.8-bin/bin:/nix/store/cdzpn0rdq810aknww3w9fy3wmw9ixr66-gnumake-4.4.1/bin:/nix/store/306znyj77fv49kwnkpxmb0j2znqpa8bj-bash-5.2p26/bin:/nix/store/0lfxbmchigx9vs9qmrlbahcy6nxwfnj1-patch-2.7.6/bin:/nix/store/6i4xxaa812vsbli9jkq4mksdddrk27lw-xz-5.4.6-bin/bin:/nix/store/xx7x1dwybpssfhq8yikvzz38bh3yrq97-file-5.45/bin"
declare -x NIX_BUILD_CORES="4"
declare -x NIX_BUILD_TOP="/build"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=pin2l81fqi"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=f601waczwj"
declare -x NIX_ENFORCE_NO_NATIVE="1"
declare -x NIX_ENFORCE_PURITY="1"
declare -x NIX_LDFLAGS="-rpath /nix/store/pin2l81fqiz2zf9zc3cn1zcp4zbd3izj-nixos-anywhere-docs/lib "
declare -x NIX_LDFLAGS="-rpath /nix/store/f601waczwjril1cf0k4g215ys1lxmvs5-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/pin2l81fqiz2zf9zc3cn1zcp4zbd3izj-nixos-anywhere-docs"
declare -x out="/nix/store/f601waczwjril1cf0k4g215ys1lxmvs5-nixos-anywhere-docs"
declare -x outputs="out"
declare -x passAsFile="buildCommand"
declare -x patches=""

View File

@ -245,8 +245,8 @@ in the <a href="./howtos/INDEX.html">How To Guide</a> as and when they are avail
performed</li>
<li>A disk configuration containing details of the file system that will be
created on the new server.</li>
<li>A target machine, reachable via SSH, with your SSH public key deployed and and
the privilege to either login directly as root or to use password-less sudo.</li>
<li>A target machine, reachable via SSH, with your SSH public key deployed and the
privilege to either login directly as root or to use password-less sudo.</li>
</ul>
<p><strong>nixos-anywhere</strong> doesnt need to be installed. You can run it directly from
<a href="https://github.com/nix-community/nixos-anywhere">Numtide's repository on Github.</a></p>

View File

@ -190,8 +190,8 @@ in the <a href="./howtos/INDEX.html">How To Guide</a> as and when they are avail
performed</li>
<li>A disk configuration containing details of the file system that will be
created on the new server.</li>
<li>A target machine, reachable via SSH, with your SSH public key deployed and and
the privilege to either login directly as root or to use password-less sudo.</li>
<li>A target machine, reachable via SSH, with your SSH public key deployed and the
privilege to either login directly as root or to use password-less sudo.</li>
</ul>
<p><strong>nixos-anywhere</strong> doesnt need to be installed. You can run it directly from
<a href="https://github.com/nix-community/nixos-anywhere">Numtide's repository on Github.</a></p>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long