Home

nixfig @8b2170b2ecda5e10f2daafe278bd42f9b01b1bd3 - refs - log -
-
https://git.jolheiser.com/nixfig.git
Nix as a Config
nixfig / go.mod
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
module go.jolheiser.com/nixfig

go 1.21.4

require github.com/alecthomas/assert/v2 v2.4.0

require (
	github.com/alecthomas/repr v0.3.0 // indirect
	github.com/hexops/gotextdiff v1.0.3 // indirect
)