diff --git a/justfile b/justfile index a077048..07ee536 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,6 @@ default: test clippy format shellcheck -all: default prof perf latex logo +all: default prof perf logo latex alias b := build alias t := test diff --git a/shell.nix b/shell.nix index dbe71f9..4553e38 100644 --- a/shell.nix +++ b/shell.nix @@ -4,6 +4,7 @@ pkgs.mkShell { buildInputs = let python = pkgs.python3.withPackages (ps: with ps; [ + grip matplotlib pillow ]); @@ -16,7 +17,6 @@ pkgs.mkShell { pkgs.hyperfine pkgs.poppler_utils python - pkgs.python312Packages.grip pkgs.rustfmt pkgs.shellcheck pkgs.texlive.combined.scheme-full