treewide: remove unused variables (#63177)
* treewide: remove unused variables * making ofborg happy
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# for token storage, except that it would make the Nix package inconsistent with
|
||||
# upstream and other distributions.
|
||||
|
||||
{ stdenv, lib, writeShellScriptBin, fetchFromGitHub, curl, jq, runtimeShell }:
|
||||
{ stdenv, lib, fetchFromGitHub, curl, jq, runtimeShell }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "slack-cli-${version}";
|
||||
|
||||
Reference in New Issue
Block a user