From 12af7a51677ea1553d1a7a34cf6ca0a9277e32e3 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Fri, 12 Jul 2024 10:24:27 -0400 Subject: [PATCH] Disable HydraJobs (for now) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a9f6c3f..d5b6055 100644 --- a/flake.nix +++ b/flake.nix @@ -104,7 +104,7 @@ }; hydraJobs = { - PinetabV = self.nixosConfigurations.ptv.config.system.build.toplevel; + # PinetabV = self.nixosConfigurations.ptv.config.system.build.toplevel; }; }; }