remove hydraJobs

This commit is contained in:
Max Headroom 2022-05-28 22:07:29 +02:00
parent de9f447c27
commit 8028e09e7b

View file

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