opt in unfree

This commit is contained in:
♥ Minnie ♥ 2025-04-30 12:18:32 +08:00
parent 2c640816fc
commit c38f58067a
Signed by: jasmine
GPG key ID: 8563E358D4E8040E
14 changed files with 17 additions and 850 deletions

View file

@ -104,4 +104,8 @@ in {
}
];
};
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"minecraft-server"
];
}