remove unused variable
This commit is contained in:
parent
03b7aa9bf0
commit
6d35cae3ff
1 changed files with 1 additions and 4 deletions
|
|
@ -97,10 +97,7 @@
|
|||
++ (
|
||||
builtins.concatLists (builtins.genList (
|
||||
x: let
|
||||
ws = let
|
||||
c = (x+1);
|
||||
in
|
||||
builtins.toString (x);
|
||||
ws = builtins.toString (x);
|
||||
in [
|
||||
"$mod,${ws},workspace,${ws}"
|
||||
"ALT,${ws},movetoworkspace,${ws}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue