Merge pull request #221494 from adamcstephens/slack/throw

This commit is contained in:
Bernardo Meurer
2023-03-16 11:08:35 -03:00
committed by GitHub
@@ -41,7 +41,7 @@
let
inherit (stdenv.hostPlatform) system;
throwSystem = throw "Unsupported system: ${system}";
throwSystem = throw "slack does not support system: ${system}";
pname = "slack";