feat(unfree): Add darwin module to unfree predicate
This commit is contained in:
parent
ee522765b7
commit
3f10cf6205
1 changed files with 3 additions and 2 deletions
|
@ -11,7 +11,8 @@ in
|
|||
type = listOf str;
|
||||
default = [ ];
|
||||
};
|
||||
config.flake.modules.nixos.default = {
|
||||
nixpkgs.config.allowUnfreePredicate = predicate;
|
||||
config.flake.modules = {
|
||||
nixos.default.nixpkgs.config.allowUnfreePredicate = predicate;
|
||||
darwin.default.nixpkgs.config.allowUnfreePredicate = predicate;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue