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