Replace justfile
with run
This commit is contained in:
parent
ad796ad495
commit
9677ef8ecd
3 changed files with 64 additions and 35 deletions
|
@ -33,7 +33,7 @@
|
|||
inherit (pkgs) mkShell;
|
||||
in
|
||||
{
|
||||
packages.${system}.default = mkShell { buildInputs = with pkgs; [ just ]; };
|
||||
packages.${system}.default = mkShell { buildInputs = with pkgs; [ bashInteractive ]; };
|
||||
|
||||
formatter.${system} = pkgs.nixfmt-rfc-style;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue