mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
slack: update unsupported system message
This commit is contained in:
parent
3fe36f47bd
commit
3e8cfc072c
@ -41,7 +41,7 @@
|
||||
|
||||
let
|
||||
inherit (stdenv.hostPlatform) system;
|
||||
throwSystem = throw "Unsupported system: ${system}";
|
||||
throwSystem = throw "slack does not support system: ${system}";
|
||||
|
||||
pname = "slack";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user