Hi there!
I’m quite new to nix.
I use it locally to get the tools I need to work
I tried to get the latest version of gcloud tools by using nix-shell -p '(import <nix-unstable> {}).google-cloud-sdk'
and I only get the version published in nixos-23.05 (426.0) and not the unstable channel (433.0).
Here are my channels
nix-unstable https://nixos.org/channels/nixpkgs-unstable
nixpkgs https://nixos.org/channels/nixos-23.05
I did run a nix-channel --update
but still get the old version
thanks for your help!
EDIT:
To add more context, a nix-env -qP --available google-cloud-sdk
says:
nixpkgs.google-cloud-sdk google-cloud-sdk-426.0.0
nixpkgs.google-cloud-sdk-gce google-cloud-sdk-426.0.0
nix-unstable.google-cloud-sdk google-cloud-sdk-433.0.1
nix-unstable.google-cloud-sdk-gce google-cloud-sdk-433.0.1