Skip to content

Commit 81246bf

Browse files
committed
deploy: d4e91f6
1 parent 1a41e40 commit 81246bf

6 files changed

+8
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
cp -r /nix/store/g13k55dfn71hphw7dqs6pdg3ar9lard5-source/* .
1+
cp -r /nix/store/b1wvpicg6zkxvdk1irppr5jccrvp4s2h-source/* .
22
/nix/store/kf6w5gcp13nl0k6q7ymp0p5mycmxpk1i-mdbook-0.4.40/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/0kg70swgpg45ipcz3pr2siidq9fn6d77-coreutils-9.5/bin:/nix/store/fnq94lw19pnwdl9p8zhfrad4jmlgxlbr-findutils-4.10.0/bin:/nix/store/7jk4jrd99ngnm9iczcf63mfxqba0ak2y-diffutils-3.10/bin:/nix/store/gjlh1zvckhz0qv795lnzgw2zciklbzj2-gnused-4.9/bin:/nix/store/vsyc8jhsr4d9lm2r8yqq9n3j4i66inlj-gnugrep-3.11/bin:/nix/store/9hifsxkcrkvvb712ghnr3gy5g1aiym2d-gawk-5.2.2/bin:/nix/store/l2l5xr2zczq19gqpqz4j8vxxia1j41s1-gnutar-1.35/bin:/nix/store/164s7a7yscnicprzrr78bvk45d77a3yg-gzip-1.13/bin:/nix/store/f8p74dj4r4my8sw5prmm3y4ddkz7591j-bzip2-1.0.8-bin/bin:/nix/store/axrdky652lsmif6m5i8b55q91v4ly4gy-gnumake-4.4.1/bin:/nix/store/izpf49b74i15pcr9708s3xdwyqs4jxwl-bash-5.2p32/bin:/nix/store/7wg4bz2sika3wd7541rndbnwcq6k9h8v-patch-2.7.6/bin:/nix/store/02mf752h7f5fn7989awzca4ygy94k7w7-xz-5.6.2-bin/bin:/nix/store/fv56zpi80jpakbfmv16r60xvyqwzff6r-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=0sqw9rny89"
6+
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=45mh2wsacb"
77
declare -x NIX_ENFORCE_NO_NATIVE="1"
88
declare -x NIX_ENFORCE_PURITY="1"
9-
declare -x NIX_LDFLAGS="-rpath /nix/store/0sqw9rny89h6b2mrxyfs42qwliwpvkqi-nixos-anywhere-docs/lib "
9+
declare -x NIX_LDFLAGS="-rpath /nix/store/45mh2wsacb2plhij4zkdjvg21iybriki-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/0sqw9rny89h6b2mrxyfs42qwliwpvkqi-nixos-anywhere-docs"
49+
declare -x out="/nix/store/45mh2wsacb2plhij4zkdjvg21iybriki-nixos-anywhere-docs"
5050
declare -x outputs="out"
5151
declare -x passAsFile="buildCommand"
5252
declare -x patches=""

print.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ <h3 id="5-lock-your-flake"><a class="header" href="#5-lock-your-flake">5. Lock y
302302
<pre><code>nix flake lock
303303
</code></pre>
304304
<p>This will download your flake dependencies and make a <code>flake.lock</code> file that
305-
describes how to reproducably build your system.</p>
305+
describes how to reproducibly build your system.</p>
306306
<p>Optionally, you can commit these files to a repo such as Github, or you can
307307
simply reference your local directory when you run <strong>nixos-anywhere</strong>. This
308308
example uses a local directory on the source machine.</p>

quickstart.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ <h3 id="5-lock-your-flake"><a class="header" href="#5-lock-your-flake">5. Lock y
247247
<pre><code>nix flake lock
248248
</code></pre>
249249
<p>This will download your flake dependencies and make a <code>flake.lock</code> file that
250-
describes how to reproducably build your system.</p>
250+
describes how to reproducibly build your system.</p>
251251
<p>Optionally, you can commit these files to a repo such as Github, or you can
252252
simply reference your local directory when you run <strong>nixos-anywhere</strong>. This
253253
example uses a local directory on the source machine.</p>

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)