From ab6980dd62306f6eaea850759b8b2df1aa54e554 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Fri, 4 Oct 2024 10:44:13 -0500 Subject: [PATCH] Remove unused checks --- flake.nix | 9 --------- 1 file changed, 9 deletions(-) diff --git a/flake.nix b/flake.nix index c56182c..acabedb 100644 --- a/flake.nix +++ b/flake.nix @@ -54,15 +54,6 @@ in inputs.flake-parts.lib.mkFlake { inherit inputs; } { systems = [ "x86_64-linux" "x86_64-darwin" "aarch64-linux" "aarch64-darwin" ]; - #checks = { - # x86_64-linux = { - # unstable = self.nixosConfigurations.jude.config.system.build.toplevel; - # stable = self.nixosConfigurations.linode.config.system.build.toplevel; - # }; - # aarch64-linux = { - # unstable = self.nixosConfigurations.nixos.config.system.build.toplevel; - # }; - #}; flake = { nixosConfigurations = (import ./hosts { inherit inputs overlays; });