mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +00:00
dockerTools.tarsum: pin to go 1.15
This commit is contained in:
parent
6fff56280f
commit
2b45d708e5
@ -284,6 +284,7 @@ in
|
||||
grsync = callPackage ../applications/misc/grsync { };
|
||||
|
||||
dockerTools = callPackage ../build-support/docker {
|
||||
go = go_1_15;
|
||||
writePython3 = buildPackages.writers.writePython3;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user