allow unfree in flake
This commit is contained in:
parent
1207f0c1c0
commit
b89c139750
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
system: let
|
||||
pkgs = import nixpkgs {
|
||||
inherit system;
|
||||
config.allowUnfree = true;
|
||||
};
|
||||
inherit (pkgs) lib;
|
||||
nur = import ./default.nix {inherit pkgs;};
|
||||
|
|
Reference in a new issue