Skip to content

Commit 0d40e7f

Browse files
authored
chore(flake.nix): add gcloud and kubectl to flake (#9197)
1 parent 9e9c79d commit 0d40e7f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

flake.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

+5-1
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,16 @@
1313
pkgs = nixpkgs.legacyPackages.${system};
1414
formatter = pkgs.nixpkgs-fmt;
1515
# Check in https://search.nixos.org/packages to find new packages.
16-
# Use `nix flake update` to update the lock file if packages are out-of-date.
16+
# Use `nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update`
17+
# to update the lock file if packages are out-of-date.
18+
1719
devShellPackages = with pkgs; [
1820
bat
1921
cairo
2022
curl
2123
drpc.defaultPackage.${system}
2224
gcc
25+
google-cloud-sdk
2326
getopt
2427
git
2528
gh
@@ -31,6 +34,7 @@
3134
gopls
3235
gotestsum
3336
jq
37+
kubectl
3438
kubernetes-helm
3539
less
3640
mockgen

0 commit comments

Comments
 (0)