use pname with version instead of name in symlinkJoin for nix bundle

This commit is contained in:
ulic-youthlic 2025-02-13 03:53:29 +08:00
parent 70f83eec8f
commit 484965e504
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -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 = [