mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-03-31 01:00:54 +02:00
Now building for aarch64-linux
This commit is contained in:
parent
a70775ebb6
commit
b63ea947fd
1 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,8 @@
|
|||
hydraJobs = {
|
||||
tower = self.nixosConfigurations.tower.config.system.build.toplevel;
|
||||
lisa = self.nixosConfigurations.lisa.config.system.build.toplevel;
|
||||
} // (packages.x86_64-linux);
|
||||
macintosh = self.nixosConfigurations.macintosh.config.system.build.toplevel;
|
||||
} // (packages.x86_64-linux) // packages.aarch64-linux;
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue