Add justfile
This commit is contained in:
parent
a8fff66029
commit
877845ad1a
4 changed files with 38 additions and 63 deletions
|
@ -53,7 +53,7 @@
|
|||
in
|
||||
{
|
||||
packages.${system} = {
|
||||
default = mkShell { buildInputs = with pkgs; [ bashInteractive ]; };
|
||||
default = mkShell { buildInputs = with pkgs; [ just ]; };
|
||||
};
|
||||
|
||||
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue