build gomod2nix
This commit is contained in:
parent
344eb33481
commit
27b10a2e1b
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@
|
||||||
then {
|
then {
|
||||||
inherit packages devShells formatter;
|
inherit packages devShells formatter;
|
||||||
inherit (inputs.cargo2nix.packages.${system}) cargo2nix;
|
inherit (inputs.cargo2nix.packages.${system}) cargo2nix;
|
||||||
|
gomod2nix = inputs.gomod2nix.packages.${system}.default;
|
||||||
}
|
}
|
||||||
else {};
|
else {};
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue