x16.run: set pname and version

This commit is contained in:
jopejoe1 2024-11-28 19:17:09 +01:00
parent 0eae591156
commit d8af5c5da2

View File

@ -22,7 +22,8 @@ let
};
in
symlinkJoin {
name = "run-x16-${emulator.version}";
pname = "run-x16";
inherit (emulator) version;
paths = [
emulator