Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 421 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 421 Bytes

gomod2nix

Build Status

A tool to create a .nix file with locked dependencies from a go project with a go.mod. Very similar to vgo2nix.

Usage

gomod2nix /path/to/project > deps.nix

Then, in your package.nix, you should include goDeps = ./deps.nix. See this project itself for an example.