fix: expected list, not derivation in symlinkJoin paths
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
git ? pkgs.git,
|
||||
}: let
|
||||
drv = symlinkJoin ({
|
||||
paths = git;
|
||||
paths = [git];
|
||||
|
||||
nativeBuildInputs = [makeWrapper];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user