Enable nixpkgs.config.allowUnfree = true;
to make my life easier.
This commit is contained in:
parent
7ad91a64ac
commit
1b7aa8a8b3
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@
|
||||||
inherit nixpkgs;
|
inherit nixpkgs;
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
config.allowUnfree = true;
|
||||||
};
|
};
|
||||||
inherit agenix;
|
inherit agenix;
|
||||||
# inherit my_packages;
|
# inherit my_packages;
|
||||||
|
|
Loading…
Reference in a new issue