build gomod2nix

This commit is contained in:
Charlotte 🦝 Delenk 2022-07-07 08:57:00 +01:00
parent 344eb33481
commit 27b10a2e1b
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -88,6 +88,7 @@
then {
inherit packages devShells formatter;
inherit (inputs.cargo2nix.packages.${system}) cargo2nix;
gomod2nix = inputs.gomod2nix.packages.${system}.default;
}
else {};
}