mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-19 21:16:30 +02:00
Update Nix flake to use Go 1.19
This commit is contained in:
parent
773944729f
commit
b2c1c39cb0
@ -32,7 +32,7 @@
|
||||
packwiz = pkgs.callPackage ./nix {
|
||||
version = substring 0 8 self.rev or "dirty";
|
||||
vendorSha256 = readFile ./nix/vendor-sha256;
|
||||
buildGoModule = pkgs.buildGo118Module;
|
||||
buildGoModule = pkgs.buildGo119Module;
|
||||
};
|
||||
# Build packwiz by default when no package name is specified
|
||||
default = packwiz;
|
||||
|
Loading…
x
Reference in New Issue
Block a user