From f7c25e1d1b4cb0c2fb7697eeaf0456d9d5299a1e Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 23 Mar 2024 23:34:42 +0100 Subject: [PATCH] Remove duplicate system architecture settings --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 617e3d7..c7d3566 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,6 @@ in { nixosConfigurations = { dell-laptop = nixpkgs.lib.nixosSystem { - inherit system; specialArgs = {inherit inputs;}; modules = [ ./hosts/dell-laptop @@ -37,7 +36,6 @@ ]; }; seb-desktop = nixpkgs.lib.nixosSystem { - inherit system; specialArgs = {inherit inputs;}; modules = [ ./hosts/seb-desktop