diff --git a/templates/app/flake.nix b/templates/app/flake.nix index b26947b..1d8de62 100644 --- a/templates/app/flake.nix +++ b/templates/app/flake.nix @@ -22,7 +22,7 @@ inherit (gomod2nix.legacyPackages.${system}) buildGoApplication; }; devShells.default = callPackage ./shell.nix { - inherit (gomod2nix.legacyPackages.${system}) buildGoApplication mkGoEnv gomod2nix; + inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix; }; }) );