Skip to content

Commit

Permalink
flake: add more packages to devshell
Browse files Browse the repository at this point in the history
These packages are used in some Just targets. To make onboarding easier
they should be part of the devshell.
  • Loading branch information
Freax13 committed Jul 1, 2024
1 parent a7c953d commit 044ae25
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [
azure-cli
crane
delve
go
golangci-lint
gopls
gotools
just
kubectl
];
shellHook = ''
alias make=just
Expand Down

0 comments on commit 044ae25

Please sign in to comment.