fix: removed newton as hydra job

This commit is contained in:
Julien Malka 2023-04-09 11:47:32 +02:00
parent 2b8754e3a5
commit 73c7531bb3
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -140,7 +140,6 @@
hydraJobs = {
tower = self.nixosConfigurations.tower.config.system.build.toplevel;
lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
newton = self.nixosConfigurations.newton.config.system.build.toplevel;
} // (packages.x86_64-linux);
};