nix/base/nix/nixpkgs.nix
2025-07-20 23:50:00 +10:00

9 lines
118 B
Nix

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