slack: update unsupported system message

This commit is contained in:
Adam Stephens 2023-03-16 09:55:41 -04:00
parent 3fe36f47bd
commit 3e8cfc072c
No known key found for this signature in database

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";