Skip to content

kwohlfahrt/gomod2nix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tool for turning go modules into nix packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages