mirror of
https://github.com/NiklasGollenstede/nixos-installer.git
synced 2025-08-09 07:31:24 +02:00
include scripts in build of all-systems, add base.includeNixpkgs option
This commit is contained in:
@ -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
|
||||
)}
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user