feat: nope, no more hydra

This commit is contained in:
Noa Aarts 2024-10-21 20:19:28 +02:00
parent 07081aa3d9
commit 4fef42b0f1
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 0 additions and 62 deletions

View file

@ -118,12 +118,6 @@
nixosModules = {
automapaper = ./modules/automapaper;
};
hydraJobs = {
lambda.x86_64-linux = self.nixosConfigurations.lambdaOS.config.system.build.toplevel;
nu.x86_64-linux = self.nixosConfigurations.nuOS.config.system.build.toplevel;
mu.x86_64-linux = self.nixosConfigurations.muOS.config.system.build.toplevel;
};
};
}