scion: add updateScript

This commit is contained in:
Sizhe Zhao
2025-07-05 15:11:57 +08:00
parent db39dd031d
commit 44e45dd65f
+6 -2
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nix-update-script,
nixosTests,
}:
buildGoModule (finalAttrs: {
@@ -39,8 +40,11 @@ buildGoModule (finalAttrs: {
tags = [ "sqlite_mattn" ];
passthru.tests = {
inherit (nixosTests) scion-freestanding-deployment;
passthru = {
tests = {
inherit (nixosTests) scion-freestanding-deployment;
};
updateScript = nix-update-script { };
};
meta = {