1
0
mirror of synced 2025-04-18 12:24:02 +03:00
hockeypuck/shell.nix
Casey Marshall d2d2ac36cc
chore: pin build to Go 1.18
Minor releases of Go can change `go fmt` which can break linting.
Inconsistent formatting are just going to create annoying problems, so
the Go compiler will be pinned to the latest patch of a specific minor rev.

This should pick up security fixes without disrupting development.

We can coordinate a move to a newer Go release.
2022-08-31 10:42:54 -05:00

3 lines
98 B
Nix

with import <nixos-unstable> {};
runCommand "dummy" { buildInputs = [ go_1_18 gnumake gcc ]; } ""