Skip to content

Commit

Permalink
Fix grip dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Aug 17, 2024
1 parent cc2f7d6 commit 291d430
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pkgs.mkShell {
buildInputs = let
python = pkgs.python3.withPackages (ps:
with ps; [
grip
matplotlib
pillow
]);
Expand All @@ -16,7 +17,6 @@ pkgs.mkShell {
pkgs.hyperfine
pkgs.poppler_utils
python
pkgs.python312Packages.grip
pkgs.rustfmt
pkgs.shellcheck
pkgs.texlive.combined.scheme-full
Expand Down

0 comments on commit 291d430

Please sign in to comment.