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 <noreply@anthropic.com>
This commit is contained in:
parent
a7f938591b
commit
d6d47411e8
@ -388,7 +388,7 @@ $SUDO pkg install --yes $ACT_PACKAGES neovim fish atuin lazygit fd-find pam_ssh_
|
|||||||
fi
|
fi
|
||||||
$SUDO dnf install neovim fish $ACT_PACKAGES fd-find ${PAM_SSH_PKG:+$PAM_SSH_PKG} -y 2>&1|pad
|
$SUDO dnf install neovim fish $ACT_PACKAGES fd-find ${PAM_SSH_PKG:+$PAM_SSH_PKG} -y 2>&1|pad
|
||||||
new_line "via NIX"
|
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" -}}
|
{{ else if eq .chezmoi.osRelease.id "almalinux" "rocky" -}}
|
||||||
PAM_SSH_PKG=""
|
PAM_SSH_PKG=""
|
||||||
@ -399,12 +399,12 @@ new_line "via NIX"
|
|||||||
fi
|
fi
|
||||||
$SUDO dnf install neovim fish $ACT_PACKAGES fd-find ${PAM_SSH_PKG:+$PAM_SSH_PKG} -y 2>&1|pad
|
$SUDO dnf install neovim fish $ACT_PACKAGES fd-find ${PAM_SSH_PKG:+$PAM_SSH_PKG} -y 2>&1|pad
|
||||||
new_line "via NIX"
|
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" -}}
|
{{ else if eq .chezmoi.osRelease.id "arch" "archarm" -}}
|
||||||
$SUDO pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit 2>&1|pad
|
$SUDO pacman -Sy --noconfirm neovim fish atuin $ACT_PACKAGES fd skim lazygit 2>&1|pad
|
||||||
new_line "via NIX"
|
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" -}}
|
{{ else if eq .chezmoi.osRelease.id "debian" "ubuntu" -}}
|
||||||
$SUDO apt-get install fish -y 2>&1|pad
|
$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
|
$SUDO apt-get install $ACT_PACKAGES fd-find libpam-ssh-agent-auth -y 2>&1|pad
|
||||||
|
|
||||||
new_line "via NIX"
|
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 -}}
|
{{ end -}}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user