feat: Add justfile with common commands
This commit is contained in:
parent
ea8ca1d28f
commit
c5c6b2cb6d
2 changed files with 15 additions and 0 deletions
|
@ -162,6 +162,7 @@
|
|||
devShells = forEachSupportedSystem ({ pkgs, system }: {
|
||||
default = pkgs.mkShell {
|
||||
inherit (self.checks.${system}.pre-commit-check) shellHook;
|
||||
buildInputs = with pkgs; [ just ];
|
||||
};
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue