feat: add find replacement fd ✨
This commit is contained in:
parent
50d5f3a9e6
commit
843f768038
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue