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; }; }