Add just and justfile
This commit is contained in:
parent
4b931208b6
commit
3ff6d210f0
2 changed files with 16 additions and 1 deletions
|
|
@ -18,7 +18,9 @@
|
|||
in
|
||||
{
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [];
|
||||
buildInputs = with pkgs; [
|
||||
just
|
||||
];
|
||||
shellHook = "";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue