include scripts in build of all-systems, add base.includeNixpkgs option

This commit is contained in:
Niklas Gollenstede
2022-05-10 17:32:30 +02:00
parent 1f72d9bf26
commit df3fa46b3c
5 changed files with 24 additions and 11 deletions

View File

@ -11,7 +11,7 @@ With the functions from here, adding a simple three-liner can be enough to do a
function install-system {( set -eu # 1: blockDev
prepare-installer "$@"
do-disk-setup "$1"
install-system-to $mnt prompt=true @{config.th.minify.topLevel:-}
install-system-to $mnt prompt=true
)}
```