feat: nixpkgsUnfree module for listing unfree packages

This commit is contained in:
Guz
2026-05-14 19:46:24 -03:00
parent 941aebe60d
commit fbca2e954d
4 changed files with 63 additions and 39 deletions

View File

@@ -79,10 +79,7 @@
# Nix
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"via"
];
nix.allowUnfreeList = ["via"];
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions