Skip to content

Commit

Permalink
deploy: d4e91f6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Nov 29, 2024
1 parent 1a41e40 commit 81246bf
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .attr-0l2nkwhif96f51f4amnlf414lhl4rv9vh8iffyp431v6s28gsr90
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
cp -r /nix/store/g13k55dfn71hphw7dqs6pdg3ar9lard5-source/* .
cp -r /nix/store/b1wvpicg6zkxvdk1irppr5jccrvp4s2h-source/* .
/nix/store/kf6w5gcp13nl0k6q7ymp0p5mycmxpk1i-mdbook-0.4.40/bin/mdbook build --dest-dir "$out"
6 changes: 3 additions & 3 deletions env-vars
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ declare -x HOME="/homeless-shelter"
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"
declare -x NIX_BUILD_CORES="4"
declare -x NIX_BUILD_TOP="/build"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=0sqw9rny89"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=45mh2wsacb"
declare -x NIX_ENFORCE_NO_NATIVE="1"
declare -x NIX_ENFORCE_PURITY="1"
declare -x NIX_LDFLAGS="-rpath /nix/store/0sqw9rny89h6b2mrxyfs42qwliwpvkqi-nixos-anywhere-docs/lib "
declare -x NIX_LDFLAGS="-rpath /nix/store/45mh2wsacb2plhij4zkdjvg21iybriki-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"
Expand Down Expand Up @@ -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/0sqw9rny89h6b2mrxyfs42qwliwpvkqi-nixos-anywhere-docs"
declare -x out="/nix/store/45mh2wsacb2plhij4zkdjvg21iybriki-nixos-anywhere-docs"
declare -x outputs="out"
declare -x passAsFile="buildCommand"
declare -x patches=""
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ <h3 id="5-lock-your-flake"><a class="header" href="#5-lock-your-flake">5. Lock y
<pre><code>nix flake lock
</code></pre>
<p>This will download your flake dependencies and make a <code>flake.lock</code> file that
describes how to reproducably build your system.</p>
describes how to reproducibly build your system.</p>
<p>Optionally, you can commit these files to a repo such as Github, or you can
simply reference your local directory when you run <strong>nixos-anywhere</strong>. This
example uses a local directory on the source machine.</p>
Expand Down
2 changes: 1 addition & 1 deletion quickstart.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ <h3 id="5-lock-your-flake"><a class="header" href="#5-lock-your-flake">5. Lock y
<pre><code>nix flake lock
</code></pre>
<p>This will download your flake dependencies and make a <code>flake.lock</code> file that
describes how to reproducably build your system.</p>
describes how to reproducibly build your system.</p>
<p>Optionally, you can commit these files to a repo such as Github, or you can
simply reference your local directory when you run <strong>nixos-anywhere</strong>. This
example uses a local directory on the source machine.</p>
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 81246bf

Please sign in to comment.