fix the minimal builds

This commit is contained in:
TheWanderingCrow 2025-08-01 09:09:11 -04:00
parent d2ba31881e
commit ef4ad51e86
2 changed files with 4 additions and 4 deletions

View file

@ -1,11 +1,11 @@
{
hostSpec,
config,
pkgs,
inputs,
...
}: {
environment.systemPackages =
if hostSpec.isMinimal
if config.hostSpec.isMinimal
then [
inputs.nvix.packages.${pkgs.system}.mini
]