Skip to content

Commit 4b6ba18

Browse files
authored
Merge branch 'main' into fix_push_message_behavior
2 parents 6e60fd3 + 1342d48 commit 4b6ba18

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

flake.lock

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

flake.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,14 @@
2929
poetry
3030

3131
# backend
32+
go_1_23
3233
gofumpt
3334
sqlite
3435
];
36+
shellHook = ''
37+
export GO="${pkgs.go_1_23}/bin/go"
38+
export GOROOT="${pkgs.go_1_23}/share/go"
39+
'';
3540
};
3641
}
3742
);

0 commit comments

Comments
 (0)