mirror of
https://github.com/packwiz/packwiz.git
synced 2025-04-15 10:56:31 +02:00
Update version of buildGoModule
used in flake.nix
This commit is contained in:
parent
0c8beeac2f
commit
e27ddc4b9f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user