rmpc: add nix-update-script

This commit is contained in:
faukah
2026-02-01 13:50:43 +01:00
parent 105ee04c48
commit 846f15b910
+3
View File
@@ -2,6 +2,7 @@
lib,
rustPlatform,
fetchFromGitHub,
nix-update-script,
installShellFiles,
pkg-config,
cmake,
@@ -26,6 +27,8 @@ rustPlatform.buildRustPackage rec {
cmake
];
passthru.updateScript = nix-update-script { };
env.VERGEN_GIT_DESCRIBE = version;
postInstall = ''