feat(hydra): add hydra
This commit is contained in:
parent
3aa8d39a3f
commit
169932121f
6 changed files with 88 additions and 22 deletions
|
|
@ -149,5 +149,12 @@
|
|||
agenix.nixosModules.default
|
||||
solaar.nixosModules.default
|
||||
];
|
||||
|
||||
# Add this new section
|
||||
outputs-builder = channels: {
|
||||
hydraJobs = {
|
||||
x86_64-linux.earth = self.nixosConfigurations.x86_64-linux.earth.config.system.build.toplevel;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue