use system rg and fd
This commit is contained in:
parent
b363b94403
commit
5e8628d9e2
2 changed files with 1 additions and 3 deletions
|
@ -29,7 +29,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
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";
|
i18n.defaultLocale = "en_GB.UTF-8";
|
||||||
|
|
|
@ -36,8 +36,6 @@ set -e
|
||||||
rustup default stable
|
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/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)
|
(test -x "${HOME}/.cargo/bin/genpass" || cargo install genpass)
|
||||||
|
|
||||||
set +e
|
set +e
|
||||||
|
|
Loading…
Reference in a new issue