diff options
| author | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-09-04 23:35:52 -0500 |
|---|---|---|
| committer | Jeffrey C. Ollie <jeff@ocjtech.us> | 2025-09-04 23:44:23 -0500 |
| commit | bb78adbd9300cd7eb4f65a8c43aebead1a75c364 (patch) | |
| tree | 22211ed7608971099ee05a6e7ef299e74dd49873 /nix/devShell.nix | |
| parent | 968b9d536dd1a14c23024dd1d10eccabd60fb796 (diff) | |
devshell: add poop
Diffstat (limited to 'nix/devShell.nix')
| -rw-r--r-- | nix/devShell.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nix/devShell.nix b/nix/devShell.nix index a54e199c2..783d6018d 100644 --- a/nix/devShell.nix +++ b/nix/devShell.nix @@ -61,6 +61,7 @@ pandoc, pinact, hyperfine, + poop, typos, shellcheck, uv, @@ -187,6 +188,9 @@ in # developer shell glycin-loaders librsvg + + # for benchmarking + poop ]; # This should be set onto the rpath of the ghostty binary if you want |
