Enable `nixpkgs.config.allowUnfree = true;` to make my life easier.

This commit is contained in:
Whovian NTSN 2024-05-18 03:27:59 -04:00
parent 7ad91a64ac
commit 1b7aa8a8b3
1 changed files with 1 additions and 0 deletions

View File

@ -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;