Skip to content

Commit b1bb526

Browse files
bump flake
1 parent 18ded5e commit b1bb526

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

flake.lock

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

flake.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
poetry
3030

3131
# backend
32-
go_1_23
32+
go_1_24
3333
gofumpt
3434
sqlite
3535
];
3636
shellHook = ''
37-
export GO="${pkgs.go_1_23}/bin/go"
38-
export GOROOT="${pkgs.go_1_23}/share/go"
37+
export GO="${pkgs.go_1_24}/bin/go"
38+
export GOROOT="${pkgs.go_1_24}/share/go"
3939
'';
4040
};
4141
}

0 commit comments

Comments
 (0)