feat: add hydra jobs
This commit is contained in:
parent
4272024438
commit
d41d54c200
1 changed files with 6 additions and 0 deletions
|
|
@ -130,6 +130,12 @@
|
||||||
nixosModules = {
|
nixosModules = {
|
||||||
automapaper = ./modules/automapaper;
|
automapaper = ./modules/automapaper;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hydraJobs = {
|
||||||
|
lambda.x86_64-linux = self.nixosConfigurations.lambdaOS.config.system.build.toplevel;
|
||||||
|
nu.x86_64-linux = self.nixosConfigurations.nuOS.config.system.build.toplevel;
|
||||||
|
mu.x86_64-linux = self.nixosConfigurations.muOS.config.system.build.toplevel;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue