chore(flake.nix): add gcloud and kubectl to flake (#9197)

This commit is contained in:
Cian Johnston 2023-08-18 19:29:24 +01:00 committed by GitHub
parent 9e9c79dbd3
commit 0d40e7fe24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 4 deletions

View File

@ -70,11 +70,11 @@
},
"nixpkgs_2": {
"locked": {
"lastModified": 1692174805,
"narHash": "sha256-xmNPFDi/AUMIxwgOH/IVom55Dks34u1g7sFKKebxUm0=",
"lastModified": 1692264070,
"narHash": "sha256-WepAkIL2UcHOj7JJiaFS/vxrA9lklQHv8p+xGL+7oQ0=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "caac0eb6bdcad0b32cb2522e03e4002c8975c62e",
"rev": "42c25608aa2ad4e5d3716d8d63c606063513ba33",
"type": "github"
},
"original": {

View File

@ -13,13 +13,16 @@
pkgs = nixpkgs.legacyPackages.${system};
formatter = pkgs.nixpkgs-fmt;
# Check in https://search.nixos.org/packages to find new packages.
# Use `nix flake update` to update the lock file if packages are out-of-date.
# Use `nix --extra-experimental-features nix-command --extra-experimental-features flakes flake update`
# to update the lock file if packages are out-of-date.
devShellPackages = with pkgs; [
bat
cairo
curl
drpc.defaultPackage.${system}
gcc
google-cloud-sdk
getopt
git
gh
@ -31,6 +34,7 @@
gopls
gotestsum
jq
kubectl
kubernetes-helm
less
mockgen