This commit is contained in:
Mic92 2023-10-14 13:14:13 +00:00
parent 39e200755c
commit 8b9f78bcdb
6 changed files with 12 additions and 8 deletions

View File

@ -1,2 +1,2 @@
cp -r /nix/store/ww4zbz6inzh4a64bisjlybhbd5d1jczi-source/* .
cp -r /nix/store/h7ddn7a6aby3z4mkn2pvsypb5rdw8x15-source/* .
/nix/store/0sxw88ss9f7n3y9ka52bcd2wdbzdkpmh-mdbook-0.4.34/bin/mdbook build --dest-dir "$out"

View File

@ -3,10 +3,10 @@ declare -x HOME="/homeless-shelter"
declare -x HOST_PATH="/nix/store/apn3p2b40xvirn7w740wv2gy330ppib5-coreutils-9.3/bin:/nix/store/xvhh3dzdqfaz78nhya1xildz2r38sy3s-findutils-4.9.0/bin:/nix/store/5ca2vh08sq8m20mv4z3wd1lij6wngym0-diffutils-3.10/bin:/nix/store/7snlgj0l0ys6lbcl5pyy8vwnmk26wh8x-gnused-4.9/bin:/nix/store/4hx292xs95frrd1hqwwfc2fpcz0niwgp-gnugrep-3.11/bin:/nix/store/47pwjwir6m3r0czs8zir5wzfvk7i5z6i-gawk-5.2.2/bin:/nix/store/d960k69nahxms669k9fl5rqhk0fkfzr5-gnutar-1.35/bin:/nix/store/7nfcdvrmdbpms7wcrjjsqwkv07lswhli-gzip-1.13/bin:/nix/store/dwxydys9kcz5l2901asxdvh3qdh981b1-bzip2-1.0.8-bin/bin:/nix/store/s806iqg5vwsnp434i5whcn1rf605y9s6-gnumake-4.4.1/bin:/nix/store/vqvj60h076bhqj6977caz0pfxs6543nb-bash-5.2-p15/bin:/nix/store/63m0np3ypqr741nn1a3xmg39p6f97ix1-patch-2.7.6/bin:/nix/store/b1rpgx8n48m6520gakkf9rsqf7kv7sra-xz-5.4.4-bin/bin:/nix/store/vzjkllqadhpmy9jbzqvq94xipvd5xk5f-file-5.45/bin"
declare -x NIX_BUILD_CORES="2"
declare -x NIX_BUILD_TOP="/build"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=d8s9xcn51h"
declare -x NIX_CFLAGS_COMPILE=" -frandom-seed=3awvh4psi3"
declare -x NIX_ENFORCE_NO_NATIVE="1"
declare -x NIX_ENFORCE_PURITY="1"
declare -x NIX_LDFLAGS="-rpath /nix/store/d8s9xcn51hnb3q66yr821n2896bmyl8q-nixos-anywhere-docs/lib "
declare -x NIX_LDFLAGS="-rpath /nix/store/3awvh4psi3b586l4z6mzcsdka1qklx39-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/d8s9xcn51hnb3q66yr821n2896bmyl8q-nixos-anywhere-docs"
declare -x out="/nix/store/3awvh4psi3b586l4z6mzcsdka1qklx39-nixos-anywhere-docs"
declare -x outputs="out"
declare -x passAsFile="buildCommand"
declare -x patches=""

View File

@ -169,7 +169,9 @@
<h1 id="use-without-flakes"><a class="header" href="#use-without-flakes">Use without flakes</a></h1>
<p>While <code>nixos-anywhere</code> is designed to work optimally with Nix Flakes, it also
supports the traditional approach without flakes. This document outlines how to
use <code>nixos-anywhere</code> without relying on flakes.</p>
use <code>nixos-anywhere</code> without relying on flakes.
You will need to <a href="https://github.com/nix-community/disko/blob/master/docs/HowTo.md#installing-nixos-module">import the disko nixos module</a> in your NixOS configuration
and define disko devices as described in the <a href="https://github.com/nix-community/disko/tree/master/example">examples</a>.</p>
<h2 id="generate-required-store-paths"><a class="header" href="#generate-required-store-paths">Generate Required Store Paths</a></h2>
<p>Before you can use <code>nixos-anywhere</code> without flakes, you'll need to manually
generate the paths for the NixOS system toplevel and disk image. The paths are

View File

@ -594,7 +594,9 @@ installation, ignoring files that already exist in destination.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="use-without-flakes"><a class="header" href="#use-without-flakes">Use without flakes</a></h1>
<p>While <code>nixos-anywhere</code> is designed to work optimally with Nix Flakes, it also
supports the traditional approach without flakes. This document outlines how to
use <code>nixos-anywhere</code> without relying on flakes.</p>
use <code>nixos-anywhere</code> without relying on flakes.
You will need to <a href="https://github.com/nix-community/disko/blob/master/docs/HowTo.md#installing-nixos-module">import the disko nixos module</a> in your NixOS configuration
and define disko devices as described in the <a href="https://github.com/nix-community/disko/tree/master/example">examples</a>.</p>
<h2 id="generate-required-store-paths"><a class="header" href="#generate-required-store-paths">Generate Required Store Paths</a></h2>
<p>Before you can use <code>nixos-anywhere</code> without flakes, you'll need to manually
generate the paths for the NixOS system toplevel and disk image. The paths are

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long