Skip to content

Commit

Permalink
Install niv from nixpkgs 23.11
Browse files Browse the repository at this point in the history
niv v0.2.21 -> v0.2.22

Not much changes but it's good to keep up to date.

refs nmattia/niv@v0.2.21...v0.2.22
  • Loading branch information
jfroche authored and knl committed Jan 11, 2024
1 parent cd150b7 commit 135c0ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion niv-updater
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ setupPrerequisites() {
[[ $(type -P "hub") ]] || PACKAGES+=(hub)

# shellcheck disable=SC2016
PATH="${PATH}:$(nix-shell -I "nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-22.11.tar.gz" -p "${PACKAGES[@]}" --command 'echo $PATH')"
PATH="${PATH}:$(nix-shell -I "nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-23.11.tar.gz" -p "${PACKAGES[@]}" --command 'echo $PATH')"

echo 'Installing dependencies - done'
}
Expand Down

0 comments on commit 135c0ba

Please sign in to comment.