From 291d430a4b74301fa55637ee841de0c0e573725c Mon Sep 17 00:00:00 2001 From: William G Underwood <42812654+WGUNDERWOOD@users.noreply.github.com> Date: Sat, 17 Aug 2024 12:28:02 +0100 Subject: [PATCH] Fix grip dependency --- justfile | 2 +- shell.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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