Merge remote-tracking branch 'refs/remotes/origin/nixos' into nixos

This commit is contained in:
Moritz Böhme 2024-11-08 21:29:19 +01:00
commit 1540b22752
Signed by: moritz
GPG key ID: 970C6E89EB0547A9

View file

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