Add unfree-predicate

This commit is contained in:
xqtc 2024-11-17 20:32:09 +01:00
parent a75d0828bd
commit beaa45b725
Signed by: xqtc
GPG key ID: 2C064D095926D9D1
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,7 @@ with lib; {
./transmission.nix
./external-users.nix
./fail2ban.nix
./unfree-predicate.nix
./lanrarari.nix
# ./hydra.nix
./conduit.nix

View file

@ -0,0 +1,3 @@
{}:{nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"factorio-headless"
];}