Call templates/app/shell.nix without buildGoApplication

This commit is contained in:
zuqq 2023-09-23 22:13:09 +01:00
parent f95720e89a
commit 23c5e85dad

View file

@ -22,7 +22,7 @@
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication; inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
}; };
devShells.default = callPackage ./shell.nix { devShells.default = callPackage ./shell.nix {
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication mkGoEnv gomod2nix; inherit (gomod2nix.legacyPackages.${system}) mkGoEnv gomod2nix;
}; };
}) })
); );