Add just and justfile
This commit is contained in:
parent
bdd33ac0e5
commit
73bd2e0bda
|
@ -28,6 +28,10 @@
|
||||||
self',
|
self',
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
packages.default = pkgs.mkShell {
|
||||||
|
nativeBuildInputs = [pkgs.just];
|
||||||
|
};
|
||||||
|
|
||||||
formatter = pkgs.alejandra;
|
formatter = pkgs.alejandra;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue