From 6bf24d23ecec15beaf602f8a93733f399650f261 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sat, 18 May 2024 01:09:10 +0300 Subject: [PATCH] atuin via nix --- run_onchange_before_install_main_deps.sh.tmpl | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_before_install_main_deps.sh.tmpl index 458e3c6..7a89901 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_before_install_main_deps.sh.tmpl @@ -141,11 +141,7 @@ sleep 3 tar xf lazygit.tar.gz lazygit sudo install lazygit /usr/local/bin - nix-env -iA nixpkgs.jump nixpkgs.skim nixpkgs.du-dust - if ! fish -c atuin &>/dev/null - then - bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) - fi + nix-env -iA nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.atuin {{ end -}}