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
commit fe49120d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,7 +41,7 @@
let
inherit (stdenv.hostPlatform) system;
throwSystem = throw "Unsupported system: ${system}";
throwSystem = throw "slack does not support system: ${system}";
pname = "slack";