Hydra hook
This commit is contained in:
parent
b60bba33da
commit
0d6c0a4346
1 changed files with 5 additions and 0 deletions
|
@ -2,4 +2,9 @@
|
|||
flake.hydraJobs = {
|
||||
packages = self.packages;
|
||||
};
|
||||
perSystem = {pkgs, ...}: {
|
||||
packages.hydraHook = pkgs.writeScript "hook" ''
|
||||
echo ciao
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Reference in a new issue