mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-06 20:18:08 +02:00
better jobs
This commit is contained in:
parent
b63ea947fd
commit
09030fadca
1 changed files with 6 additions and 4 deletions
10
flake.nix
10
flake.nix
|
@ -143,10 +143,12 @@
|
||||||
|
|
||||||
|
|
||||||
hydraJobs = {
|
hydraJobs = {
|
||||||
tower = self.nixosConfigurations.tower.config.system.build.toplevel;
|
machines.tower = self.nixosConfigurations.tower.config.system.build.toplevel;
|
||||||
lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
|
machines.lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
|
||||||
macintosh = self.nixosConfigurations.macintosh.config.system.build.toplevel;
|
machines.macintosh = self.nixosConfigurations.macintosh.config.system.build.toplevel;
|
||||||
} // (packages.x86_64-linux) // packages.aarch64-linux;
|
packages.x86_64-linux = packages.x86_64-linux;
|
||||||
|
packages.aarch64-linux = packages.aarch64-linux;
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue