nix-index: inherit pname, version from nix-index-unwrapped (#487345)

This commit is contained in:
nixpkgs-ci[bot]
2026-02-06 13:50:53 +00:00
committed by GitHub
+1 -1
View File
@@ -7,7 +7,7 @@
}:
symlinkJoin {
inherit (nix-index-unwrapped) name meta;
inherit (nix-index-unwrapped) pname version meta;
paths = [ nix-index-unwrapped ];