From 27b10a2e1bc87d639ff29f99b0c0b3c08ffede76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 7 Jul 2022 08:57:00 +0100 Subject: [PATCH] build gomod2nix --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 5adf62e..d86a99e 100644 --- a/flake.nix +++ b/flake.nix @@ -88,6 +88,7 @@ then { inherit packages devShells formatter; inherit (inputs.cargo2nix.packages.${system}) cargo2nix; + gomod2nix = inputs.gomod2nix.packages.${system}.default; } else {}; }