srpnix/nixos/nixpkgs.nix
2025-03-21 21:45:23 -04:00

7 lines
104 B
Nix

{ ... }:
{
nixpkgs.config.allowUnfree = true;
nixpkgs.config.allowUnfreePredicate = _: true;
}