Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0d40e7f

Browse files
authored
chore(flake.nix): add gcloud and kubectl to flake (#9197)
1 parent9e9c79d commit0d40e7f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

‎flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎flake.nix

Lines changed: 5 additions & 1 deletion
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=withpkgs;[
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)

[8]ページ先頭

©2009-2025 Movatter.jp