nix/common/nix/nixpkgs.nix
2025-07-21 12:26:28 +10:00

9 lines
118 B
Nix

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