feat(hydra): add hydra

This commit is contained in:
zack 2024-10-18 23:59:23 -04:00
parent 3aa8d39a3f
commit 169932121f
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35
6 changed files with 88 additions and 22 deletions

View file

@ -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;
};
};
};
}