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