Skip to content

Commit dc6013a

Browse files
committed
deploy: 024e3d4
1 parent 25d8fa6 commit dc6013a

6 files changed

+12
-10
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cp -r /nix/store/9m5r74sr3yb862nf6z6iflmxvgl7sffj-source/* .
1+
cp -r /nix/store/an2navfccc2ll0cxh60007xh3zpi0w39-source/* .
22
/nix/store/vy1qxci0jz1b2j24s3cjvjzpq8i68l2b-mdbook-0.4.37/bin/mdbook build --dest-dir "$out"

env-vars

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ declare -x HOME="/homeless-shelter"
33
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"
44
declare -x NIX_BUILD_CORES="4"
55
declare -x NIX_BUILD_TOP="/build"
6-
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=cfxs8nmf8n"
6+
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=4i0r7hh582"
77
declare -x NIX_ENFORCE_NO_NATIVE="1"
88
declare -x NIX_ENFORCE_PURITY="1"
9-
declare -x NIX_LDFLAGS="-rpath /nix/store/cfxs8nmf8n5p6wqc583qjwg3wcnvm82y-nixos-anywhere-docs/lib "
9+
declare -x NIX_LDFLAGS="-rpath /nix/store/4i0r7hh582s2fy7wjhm3vgf7bns59i2r-nixos-anywhere-docs/lib "
1010
declare -x NIX_LOG_FD="2"
1111
declare -x NIX_SSL_CERT_FILE="/no-cert-file.crt"
1212
declare -x NIX_STORE="/nix/store"
@@ -46,7 +46,7 @@ declare -x enableParallelInstalling="1"
4646
declare -x mesonFlags=""
4747
declare -x name="nixos-anywhere-docs"
4848
declare -x nativeBuildInputs=""
49-
declare -x out="/nix/store/cfxs8nmf8n5p6wqc583qjwg3wcnvm82y-nixos-anywhere-docs"
49+
declare -x out="/nix/store/4i0r7hh582s2fy7wjhm3vgf7bns59i2r-nixos-anywhere-docs"
5050
declare -x outputs="out"
5151
declare -x passAsFile="buildCommand"
5252
declare -x patches=""

print.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -406,8 +406,9 @@ <h2 id="steps-required-to-run-nixos-anywhere"><a class="header" href="#steps-req
406406
</code></pre>
407407
<p>This is because the <code>known_hosts</code> file in the <code>.ssh</code> directory now contains
408408
a mismatch, since the server has been overwritten. To solve this, use a
409-
text editor to remove the old entry from the <code>known_hosts</code> file. The next
410-
connection attempt will then treat this as a new server.</p>
409+
text editor to remove the old entry from the <code>known_hosts</code> file (or use the
410+
command <code>ssh-keygen -R &lt;ip_address&gt;</code>). The next connection attempt will
411+
then treat this as a new server.</p>
411412
<p>The error message line <code>Offending ECDSA key in ~/.ssh/known_hosts:</code> gives
412413
the line number that needs to be removed from the <code>known_hosts</code> file.</p>
413414
<p>The new server's configurations are defined in the flake. <code>nixos-anywhere</code>

quickstart.html

+3-2
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,9 @@ <h2 id="steps-required-to-run-nixos-anywhere"><a class="header" href="#steps-req
351351
</code></pre>
352352
<p>This is because the <code>known_hosts</code> file in the <code>.ssh</code> directory now contains
353353
a mismatch, since the server has been overwritten. To solve this, use a
354-
text editor to remove the old entry from the <code>known_hosts</code> file. The next
355-
connection attempt will then treat this as a new server.</p>
354+
text editor to remove the old entry from the <code>known_hosts</code> file (or use the
355+
command <code>ssh-keygen -R &lt;ip_address&gt;</code>). The next connection attempt will
356+
then treat this as a new server.</p>
356357
<p>The error message line <code>Offending ECDSA key in ~/.ssh/known_hosts:</code> gives
357358
the line number that needs to be removed from the <code>known_hosts</code> file.</p>
358359
<p>The new server's configurations are defined in the flake. <code>nixos-anywhere</code>

searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

searchindex.json

+1-1
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)