nix-config/nixos/modules/nixpkgs.nix
2022-09-18 17:33:24 +02:00

3 lines
55 B
Nix

{
nixpkgs.config.allowUnfreePredicate = pkg: true;
}