fixing nix build

This commit is contained in:
2025-01-05 17:43:53 +00:00
parent bedf1431fa
commit 86f66b1595
5 changed files with 480 additions and 481 deletions

View File

@@ -23,9 +23,11 @@
callPackage = pkgs.darwin.apple_sdk_11_0.callPackage or pkgs.callPackage;
in
{
packages.default = callPackage ./. {
inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
};
# packages.default = callPackage ./. {
# inherit (gomod2nix.legacyPackages.${system}) buildGoApplication;
# };
packages.default = pkgs.callPackage ./. { };
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [