aboutsummaryrefslogtreecommitdiff
path: root/shell.nix
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-08-25 17:24:44 -0400
committertdro <tdro@noreply.example.com>2023-08-25 17:28:05 -0400
commitb2e9212cc791e38b7b4bc291d533a662c7429d45 (patch)
tree15b8e400904229a25c13111424dae7d1f886ecb7 /shell.nix
parent237f56e366a4f89c12699a57df1148d19a224263 (diff)
downloadcanory-b2e9212cc791e38b7b4bc291d533a662c7429d45.tar.gz
canory-b2e9212cc791e38b7b4bc291d533a662c7429d45.tar.bz2
canory-b2e9212cc791e38b7b4bc291d533a662c7429d45.zip
shell: Swap to inotifywait
strace is overkill
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index 4850800..b2e9e65 100644
--- a/shell.nix
+++ b/shell.nix
@@ -48,10 +48,10 @@ let
pkgs.entr
pkgs.git
pkgs.gnumake
+ pkgs.inotify-tools
pkgs.jing
pkgs.libxml2
pkgs.libxslt
- pkgs.strace
pkgs.validator-nu
pkgs.yj
]}