From f6c15776cba22400722bc189092b2d6090421003 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 6 Jun 2023 19:37:47 -0400 Subject: [PATCH] trying to fix unfree not allowed --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9243630..77cc1ec 100644 --- a/flake.nix +++ b/flake.nix @@ -33,7 +33,7 @@ in { nixosConfigurations.desktop = nixpkgs.lib.nixosSystem { - inherit system; + inherit pkgs; modules = [ ./sysConfig/desktop disko.nixosModules.disko