mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 12:09:08 +00:00
Set meta on derivation
This commit is contained in:
parent
363017e3f3
commit
7224069881
1 changed files with 6 additions and 0 deletions
|
@ -29,4 +29,10 @@ buildGoApplication {
|
|||
wrapProgram $out/bin/gomod2nix --prefix PATH : ${lib.makeBinPath [ go ]}
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Convert applications using Go modules -> Nix";
|
||||
homepage = "https://github.com/tweag/gomod2nix";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.adisbladis ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue