mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
fix: removed newton as hydra job
This commit is contained in:
parent
c82cb023e9
commit
dddd99551d
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
Add a link
Reference in a new issue