feat: add find replacement fd

This commit is contained in:
DannyDannyDanny 2025-12-08 13:09:58 +01:00
parent 50d5f3a9e6
commit 843f768038

View file

@ -57,7 +57,8 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
ripgrep ripgrep # replacement for grep
fd # replacement for find
wget wget
# busybox #TODO: doesn't run on darwin # busybox #TODO: doesn't run on darwin