3
0
Fork 0
forked from mirrors/nixpkgs

exercism: pin to go 1.17

This commit is contained in:
Sandro Jäckel 2022-07-13 14:07:08 +02:00 committed by Sandro Jäckel
parent 6ab206a6ae
commit 7fdbf855f2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -26536,7 +26536,9 @@ with pkgs;
exaile = callPackage ../applications/audio/exaile { };
exercism = callPackage ../applications/misc/exercism { };
exercism = callPackage ../applications/misc/exercism {
buildGoModule = buildGo117Module;
};
expenses = callPackage ../applications/misc/expenses { };