Skip to content

Commit

Permalink
Bump up nixpkgs to 24.05
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola Knezevic committed Oct 17, 2024
1 parent a3c069f commit a52a617
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 @@ -116,7 +116,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-23.11.tar.gz" -p "${PACKAGES[@]}" --command 'echo $PATH')"
PATH="${PATH}:$(nix-shell -I "nixpkgs=https://github.com/NixOS/nixpkgs/archive/refs/heads/nixos-24.05.tar.gz" -p "${PACKAGES[@]}" --command 'echo $PATH')"

echo 'Installing dependencies - done'
}
Expand Down

0 comments on commit a52a617

Please sign in to comment.