From d6d47411e8278ba2bd62a8772120aea2b458cdbb Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 3 Mar 2026 02:15:08 +0300 Subject: [PATCH] rename nixpkgs.du-dust to nixpkgs.dust The du-dust package was renamed to dust in nixpkgs and the old name now throws an error. Co-Authored-By: Claude Opus 4.6 --- run_onchange_after_install_main_deps.sh.tmpl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index 5790f82..6eb86b1 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -388,7 +388,7 @@ $SUDO pkg install --yes $ACT_PACKAGES neovim fish atuin lazygit fd-find pam_ssh_ fi $SUDO dnf install neovim fish $ACT_PACKAGES fd-find ${PAM_SSH_PKG:+$PAM_SSH_PKG} -y 2>&1|pad new_line "via NIX" - nix-env -iA nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit nixpkgs.skim 2>&1|pad + nix-env -iA nixpkgs.atuin nixpkgs.jump nixpkgs.dust nixpkgs.lazygit nixpkgs.skim 2>&1|pad {{ else if eq .chezmoi.osRelease.id "almalinux" "rocky" -}} PAM_SSH_PKG="" @@ -399,12 +399,12 @@ new_line "via NIX" fi $SUDO dnf install neovim fish $ACT_PACKAGES fd-find ${PAM_SSH_PKG:+$PAM_SSH_PKG} -y 2>&1|pad new_line "via NIX" - nix-env -iA nixpkgs.fish nixpkgs.neovim nixpkgs.direnv nixpkgs.atuin nixpkgs.jump nixpkgs.du-dust nixpkgs.lazygit 2>&1|pad + nix-env -iA nixpkgs.fish nixpkgs.neovim nixpkgs.direnv nixpkgs.atuin nixpkgs.jump nixpkgs.dust nixpkgs.lazygit 2>&1|pad {{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}} $SUDO pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit 2>&1|pad new_line "via NIX" - nix-env -iA nixpkgs.jump nixpkgs.du-dust 2>&1|pad + nix-env -iA nixpkgs.jump nixpkgs.dust 2>&1|pad {{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}} $SUDO apt-get install fish -y 2>&1|pad @@ -412,7 +412,7 @@ new_line "via NIX" $SUDO apt-get install $ACT_PACKAGES fd-find libpam-ssh-agent-auth -y 2>&1|pad new_line "via NIX" - nix-env -iA nixpkgs.neovim nixpkgs.lazygit nixpkgs.jump nixpkgs.skim nixpkgs.du-dust nixpkgs.atuin 2>&1|pad + nix-env -iA nixpkgs.neovim nixpkgs.lazygit nixpkgs.jump nixpkgs.skim nixpkgs.dust nixpkgs.atuin 2>&1|pad {{ end -}}