slack: update unsupported system message
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
|
||||
let
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
throwSystem = throw "Unsupported system: ${system}";
|
||||
throwSystem = throw "slack does not support system: ${system}";
|
||||
|
||||
pname = "slack";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user