From 73c7531bb3e0ee62fa184dce05e93f59c24c8a99 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Sun, 9 Apr 2023 11:47:32 +0200 Subject: [PATCH] fix: removed newton as hydra job --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 759abcc..fd4f074 100644 --- a/flake.nix +++ b/flake.nix @@ -140,7 +140,6 @@ hydraJobs = { tower = self.nixosConfigurations.tower.config.system.build.toplevel; lisa = self.nixosConfigurations.lisa.config.system.build.toplevel; - newton = self.nixosConfigurations.newton.config.system.build.toplevel; } // (packages.x86_64-linux); };