From 8028e09e7b2bb897e08cf474c1416d417f654c5c Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 28 May 2022 22:07:29 +0200 Subject: [PATCH] remove hydraJobs --- flake.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/flake.nix b/flake.nix index 3259d7d..63b5df7 100644 --- a/flake.nix +++ b/flake.nix @@ -123,11 +123,6 @@ devShells = forSystems (system: depot.${system}.devShells); - hydraJobs = { - systems = lib.mapAttrs (_: x: x.config.system.build.toplevel) self.nixosConfigurations; - inherit (self) packages; - }; - effects = { branch, ... }: mkDeployEffects branch deployableNixosHosts; }; }