Add justfile

This commit is contained in:
Oliver Davies 2025-04-06 22:57:46 +01:00
parent a8fff66029
commit 877845ad1a
4 changed files with 38 additions and 63 deletions

View file

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