add nixpkgs allowUnfree option
This commit is contained in:
parent
db2662f960
commit
61c60d4450
1 changed files with 4 additions and 0 deletions
|
@ -51,4 +51,8 @@
|
|||
nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat";
|
||||
};
|
||||
};
|
||||
|
||||
nixpkgs.config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue