3p: buildGo needs go 1.18 for now
This commit is contained in:
parent
f143d0be51
commit
2f0b9369fe
1 changed files with 1 additions and 1 deletions
2
third_party/default.nix
vendored
2
third_party/default.nix
vendored
|
@ -54,7 +54,7 @@ rec {
|
|||
nixos = import ./nixpkgs/nixos;
|
||||
nixeval = import ./nixpkgs/nixos/lib/eval-config.nix;
|
||||
buildGo =
|
||||
let orig = import ./tvl/nix/buildGo { pkgs = nixpkgs; inherit gopkgs; };
|
||||
let orig = import ./tvl/nix/buildGo { pkgs = (nixpkgs // { go = nixpkgs.go_1_18; }); inherit gopkgs; };
|
||||
in orig // {
|
||||
program = { dockerData ? [], ... }@args:
|
||||
let
|
||||
|
|
Loading…
Reference in a new issue