Update version of buildGoModule used in flake.nix

This commit is contained in:
Whovian9369 2023-12-22 20:05:19 -05:00
parent 0c8beeac2f
commit e27ddc4b9f

View File

@ -32,7 +32,7 @@
packwiz = pkgs.callPackage ./nix {
version = substring 0 8 self.rev or "dirty";
vendorSha256 = readFile ./nix/vendor-sha256;
buildGoModule = pkgs.buildGo119Module;
buildGoModule = pkgs.buildGoModule;
};
# Build packwiz by default when no package name is specified
default = packwiz;