diff --git a/checks/default.nix b/checks/default.nix index de8d1a6..5a15bd8 100644 --- a/checks/default.nix +++ b/checks/default.nix @@ -22,14 +22,14 @@ }; }; - flake.checks = let - build = _: nc: nc.config.system.build.toplevel; - in { - x86_64-linux = lib.mapAttrs build { - inherit (self.nixosConfigurations) picard; - }; - aarch64-linux = { - inherit (self.nixosConfigurations) sisko; #pbp; - }; - }; + # flake.checks = let + # build = _: nc: nc.config.system.build.toplevel; + # in { + # x86_64-linux = lib.mapAttrs build { + # inherit (self.nixosConfigurations) picard; + # }; + # aarch64-linux = { + # inherit (self.nixosConfigurations) sisko; #pbp; + # }; + # }; }