got: use nix-update-script

This commit is contained in:
Alexis Hildebrandt
2025-01-25 19:12:10 +01:00
parent 36cb620fb6
commit eb454c6e98
+7 -2
View File
@@ -84,8 +84,13 @@ stdenv'.mkDerivation (finalAttrs: {
]
);
passthru.tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
passthru = {
updateScript = nix-update-script {
extraArgs = [ "--url=https://github.com/ThomasAdam/got-portable" ];
};
tests.version = testers.testVersion {
package = finalAttrs.finalPackage;
};
};
meta = {