Hydra support
This commit is contained in:
parent
27c3769f0e
commit
dfaec52b98
2 changed files with 6 additions and 0 deletions
5
hydra/default.nix
Normal file
5
hydra/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{self, ...}: {
|
||||
flake.hydraJobs = {
|
||||
packages = self.packages;
|
||||
};
|
||||
}
|
Reference in a new issue