use system rg and fd

This commit is contained in:
Cyryl Płotnicki 2019-10-31 21:05:23 +00:00
parent b363b94403
commit 5e8628d9e2
2 changed files with 1 additions and 3 deletions

View file

@ -29,7 +29,7 @@ in
};
environment.systemPackages = with pkgs; [
wget git gnupg curl tmux python36Packages.glances htop atop firefox home-manager alacritty pciutils powertop linuxPackages_hardened.bcc
wget git gnupg curl tmux python36Packages.glances htop atop firefox home-manager alacritty pciutils powertop linuxPackages_hardened.bcc ripgrep-all fd
];
i18n.defaultLocale = "en_GB.UTF-8";

View file

@ -36,8 +36,6 @@ set -e
rustup default stable
(test -x "${HOME}/.cargo/bin/cargo-install-update" || nix-shell -p gcc pkgconfig zlib openssl --run "cargo install cargo-update" )
(test -x "${HOME}/.cargo/bin/rg" || cargo install ripgrep)
(test -x "${HOME}/.cargo/bin/fd" || cargo install fd-find)
(test -x "${HOME}/.cargo/bin/genpass" || cargo install genpass)
set +e