Skip to content

Commit

Permalink
Add golang back to nix dev environment and pin v1.23 (#33275)
Browse files Browse the repository at this point in the history
  • Loading branch information
6543 authored Jan 17, 2025
1 parent 3b839f8 commit 1342d48
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 6 additions & 6 deletions flake.lock

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

5 changes: 5 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,14 @@
poetry

# backend
go_1_23
gofumpt
sqlite
];
shellHook = ''
export GO="${pkgs.go_1_23}/bin/go"
export GOROOT="${pkgs.go_1_23}/share/go"
'';
};
}
);
Expand Down

0 comments on commit 1342d48

Please sign in to comment.