From 193c8c1e4fa367f6addc1c07619ea1a453a6821b Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Sun, 28 May 2023 15:43:34 +0200 Subject: [PATCH] remove unused systems --- flake.nix | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/flake.nix b/flake.nix index cb263be..c27a8ca 100644 --- a/flake.nix +++ b/flake.nix @@ -89,24 +89,6 @@ ]; }; - microwave = nixpkgs-unstable.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = { inherit inputs; }; - modules = [ - sops-nix.nixosModules.sops - - ./hosts/microwave - - ./modules/basic-tools - ./modules/binary-caches.nix - ./modules/devtools.nix - ./modules/gnupg.nix - ./modules/sway.nix - ./modules/hw-accel-intel.nix - ./modules/tlp.nix - ]; - }; - cirrus = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; specialArgs = { inherit inputs; };