use pname with version instead of name in symlinkJoin for nix bundle
This commit is contained in:
parent
70f83eec8f
commit
484965e504
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ let
|
|||
);
|
||||
in
|
||||
pkgs.symlinkJoin {
|
||||
name = "helix-wrapped";
|
||||
pname = "helix-wrapped";
|
||||
version = helix-wrapped.version;
|
||||
paths = [ helix-wrapped ];
|
||||
inherit (helix-wrapped) meta;
|
||||
buildInputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue