Compare commits

...

1 Commits

Author SHA1 Message Date
ttofu
3325a13710 xrizer: add version.txt
(cherry picked from commit f237f2bf84)
2026-08-24 20:13:24 +00:00

View File

@@ -54,6 +54,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
postInstall = ''
mkdir -p $out/lib/xrizer/$platformPath
mv "$out/lib/libxrizer.so" "$out/lib/xrizer/$platformPath/vrclient.so"
touch $out/lib/xrizer/bin/version.txt
'';
platformPath = platformPaths."${stdenv.hostPlatform.system}";