redlib: Use the unstable git updater (#424795)

This commit is contained in:
Wolfgang Walther
2025-07-13 17:27:07 +00:00
committed by GitHub
+4 -2
View File
@@ -4,6 +4,7 @@
nixosTests,
rustPlatform,
fetchFromGitHub,
nix-update-script,
}:
rustPlatform.buildRustPackage rec {
pname = "redlib";
@@ -61,8 +62,9 @@ rustPlatform.buildRustPackage rec {
SSL_CERT_FILE = "${cacert}/etc/ssl/certs/ca-bundle.crt";
};
passthru.tests = {
inherit (nixosTests) redlib;
passthru = {
tests = nixosTests.redlib;
updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; };
};
meta = {