rmpc: add nix-update-script
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user