mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 02:00:51 +02:00
fix: removed newton as hydra job
This commit is contained in:
parent
2b8754e3a5
commit
73c7531bb3
1 changed files with 0 additions and 1 deletions
|
@ -140,7 +140,6 @@
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
tower = self.nixosConfigurations.tower.config.system.build.toplevel;
|
tower = self.nixosConfigurations.tower.config.system.build.toplevel;
|
||||||
lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
|
lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
|
||||||
newton = self.nixosConfigurations.newton.config.system.build.toplevel;
|
|
||||||
} // (packages.x86_64-linux);
|
} // (packages.x86_64-linux);
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue