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

View file

@ -95,6 +95,7 @@
inherit nixpkgs;
pkgs = import nixpkgs {
system = "x86_64-linux";
config.allowUnfree = true;
};
inherit agenix;
# inherit my_packages;