Hydra support

This commit is contained in:
Andrea Ciceri 2023-04-08 11:24:34 +02:00
parent 27c3769f0e
commit dfaec52b98
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg
2 changed files with 6 additions and 0 deletions

View file

@ -23,6 +23,7 @@
./hmModules ./hmModules
./formatter ./formatter
./diff-closures ./diff-closures
./hydra
]; ];
}; };

5
hydra/default.nix Normal file
View file

@ -0,0 +1,5 @@
{self, ...}: {
flake.hydraJobs = {
packages = self.packages;
};
}