Skip to content

Commit

Permalink
Add alejandra formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
WGUNDERWOOD committed Sep 15, 2024
1 parent f0c8e12 commit a308d30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ clippy:

format:
@cargo fmt
@alejandra -q .

latex:
@cd extra && bash latex.sh
Expand All @@ -45,6 +46,7 @@ upgrade:
shellcheck:
@shellcheck extra/*.sh


logo:
@cd extra && python logo.py
@cd extra && magick -background none logo.svg -resize 5000x5000 logo.png
Expand Down
2 changes: 2 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,14 @@ pkgs.mkShell {
pillow
]);
in [
pkgs.alejandra
pkgs.bacon
pkgs.cacert
pkgs.cargo-flamegraph
pkgs.cargo-edit
pkgs.clippy
pkgs.diff-so-fancy
pkgs.gh
pkgs.hyperfine
pkgs.poppler_utils
python
Expand Down

0 comments on commit a308d30

Please sign in to comment.