fix: allowUnfree in overlays

nixos
Moritz Böhme 2024-11-05 09:18:48 +01:00
parent 7a0c0a77dd
commit 108ee8e970
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ in
(_: value: (_: value:
import value { import value {
inherit (prev) system; inherit (prev) system;
config.allowUnfree = true;
overlays = optional cfg.overlaysForAllChannels cfg.overlays; overlays = optional cfg.overlaysForAllChannels cfg.overlays;
} }
) )