nomad-autoscaler: fix removeReferencesTo with go_1_17

should have been done in 0a9b154866
This commit is contained in:
zowoq 2022-01-31 07:09:47 +10:00
parent a13fe11c59
commit e238c23356

View File

@ -8123,6 +8123,7 @@ with pkgs;
};
nomad-autoscaler = callPackage ../applications/networking/cluster/nomad-autoscaler {
go = go_1_17;
buildGoModule = buildGo117Module;
};