Update Nix flake to use Go 1.19

This commit is contained in:
comp500 2023-03-10 16:42:08 +00:00
parent 773944729f
commit b2c1c39cb0

View File

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