From cd413856b2a62c308d66e5b5c975737f013393c0 Mon Sep 17 00:00:00 2001 From: ooks-io Date: Mon, 31 Jul 2023 15:57:42 +1200 Subject: [PATCH] flake change --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 366bdac..7693738 100644 --- a/flake.nix +++ b/flake.nix @@ -27,7 +27,6 @@ nixosConfigurations = { # X1 Carbon ooksx1 = lib.nixosSystem { - inherit system; modules = [ ./system/ooksx1 ]; specialArgs = { inherit inputs outputs; }; }; @@ -35,7 +34,6 @@ homeConfigurations = { # X1 Carbon "ooks@ooksx1" = lib.homeManagerConfiguration { - inherit system; modules = [ ./home/ooks/ooksx1.nix ]; pkgs = pkgsFor.x86_64-linux; extraSpecialArgs = { inherit inputs outputs; };