hydra: build devshells

This commit is contained in:
Christoph Hollizeck 2025-06-12 08:02:57 +02:00
parent d9fbd2bb5b
commit e7c0b1f4dc
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -170,6 +170,7 @@
hydraJobs = {
hosts = lib.mapAttrs (_: cfg: cfg.config.system.build.toplevel) self.outputs.nixosConfigurations;
packages = self.packages;
shells = self.devShells;
};
};
}