mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 09:44:08 -05:00
fix the minimal builds
This commit is contained in:
parent
d2ba31881e
commit
ef4ad51e86
2 changed files with 4 additions and 4 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
hostSpec,
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
environment.systemPackages =
|
||||
if hostSpec.isMinimal
|
||||
if config.hostSpec.isMinimal
|
||||
then [
|
||||
inputs.nvix.packages.${pkgs.system}.mini
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue