fix hyrule minecraft-server not whitelisted in unfree predicate
This commit is contained in:
parent
6d4c43dcbe
commit
de67846d56
1 changed files with 7 additions and 0 deletions
|
|
@ -31,6 +31,13 @@ in {
|
|||
];
|
||||
};
|
||||
|
||||
nixpkgs.config.allowUnfreePredicate = let
|
||||
whitelist = map lib.getName [
|
||||
pkgs.minecraft-server
|
||||
];
|
||||
in
|
||||
pkg: builtins.elem (lib.getName pkg) whitelist;
|
||||
|
||||
time.timeZone = "Australia/Brisbane";
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue