add hydrajobs
This commit is contained in:
parent
6b404b275b
commit
d3b5cd4be2
1 changed files with 7 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
flake-utils.lib.eachDefaultSystem (
|
||||
system: let
|
||||
pkgs = import nixpkgs {inherit system;};
|
||||
in {
|
||||
in rec {
|
||||
formatter = pkgs.alejandra;
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
|
@ -22,6 +22,12 @@
|
|||
statix
|
||||
];
|
||||
};
|
||||
|
||||
packages = {};
|
||||
|
||||
hydraJobs = {
|
||||
inherit packages devShells;
|
||||
};
|
||||
}
|
||||
);
|
||||
}
|
||||
|
|
Reference in a new issue