Replace justfile with run

This commit is contained in:
Oliver Davies 2024-07-08 19:20:17 +01:00
parent ad796ad495
commit 9677ef8ecd
3 changed files with 64 additions and 35 deletions

View file

@ -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;