fix: expected list, not derivation in symlinkJoin paths
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
'';
|
||||
|
||||
drv = symlinkJoin ({
|
||||
paths = tmux;
|
||||
paths = [tmux];
|
||||
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user