From 5e8628d9e29f6866f0767c5c75ae6797821c0279 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Thu, 31 Oct 2019 21:05:23 +0000 Subject: [PATCH] use system rg and fd --- nixos/common.nix | 2 +- nixos/up.sh | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/nixos/common.nix b/nixos/common.nix index 444bcdb6..5e93e8ce 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -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"; diff --git a/nixos/up.sh b/nixos/up.sh index d633365c..3a45abb6 100755 --- a/nixos/up.sh +++ b/nixos/up.sh @@ -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