Skip to content

Commit

Permalink
flake: bump dependencies and go v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
andrevmatos authored and jmank88 committed Oct 10, 2024
1 parent 2975d45 commit 9f331a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions shell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
scriptDir,
}:
with pkgs; let
go = pkgs.go_1_21;
go = pkgs.go_1_22;

mkShell' = mkShell.override {
# juno requires building with clang, not gcc
Expand All @@ -17,8 +17,8 @@ in
[
stdenv.cc.cc.lib
(rust-bin.stable.latest.default.override {extensions = ["rust-src"];})
nodejs-18_x
(yarn.override {nodejs = nodejs-18_x;})
nodejs_20
(yarn.override {nodejs = nodejs_20;})
nodePackages.typescript
nodePackages.typescript-language-server
nodePackages.npm
Expand All @@ -29,7 +29,7 @@ in

gopls
delve
golangci-lint
(golangci-lint.override {buildGo123Module = buildGo122Module;})
gotools

kubectl
Expand Down

0 comments on commit 9f331a3

Please sign in to comment.