6 lines
110 B
Nix
6 lines
110 B
Nix
{self, ...}: {
|
|
nixpkgs = {
|
|
config.allowUnfree = true;
|
|
config.permittedInsecurePackages = [];
|
|
};
|
|
}
|