disallow unfree by default
This commit is contained in:
parent
716e9e7ac2
commit
17e15e69d1
12 changed files with 27 additions and 46 deletions
|
@ -10,7 +10,6 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
super.nixpkgs
|
||||
super.substituters
|
||||
];
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
self,
|
||||
super,
|
||||
root,
|
||||
}: {
|
||||
nixpkgs = {
|
||||
config.allowUnfree = true;
|
||||
config.permittedInsecurePackages = [];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue