7 lines
104 B
Nix
7 lines
104 B
Nix
{ ... }:
|
|
|
|
{
|
|
nixpkgs.config.allowUnfree = true;
|
|
nixpkgs.config.allowUnfreePredicate = _: true;
|
|
}
|