From 1b7aa8a8b3cb330ca519245a4a6f832dfedc876e Mon Sep 17 00:00:00 2001 From: Whovian9369 Date: Sat, 18 May 2024 03:27:59 -0400 Subject: [PATCH] Enable `nixpkgs.config.allowUnfree = true;` to make my life easier. --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 6ac1c0f..69a4dad 100644 --- a/flake.nix +++ b/flake.nix @@ -95,6 +95,7 @@ inherit nixpkgs; pkgs = import nixpkgs { system = "x86_64-linux"; + config.allowUnfree = true; }; inherit agenix; # inherit my_packages;