scion: add updateScript

+6 -2
+6 -2
pkgs/by-name/sc/scion/package.nix
··· 2 2 lib, 3 3 buildGoModule, 4 4 fetchFromGitHub, 5 + nix-update-script, 5 6 nixosTests, 6 7 }: 7 8 buildGoModule (finalAttrs: { ··· 39 40 40 41 tags = [ "sqlite_mattn" ]; 41 42 42 - passthru.tests = { 43 - inherit (nixosTests) scion-freestanding-deployment; 43 + passthru = { 44 + tests = { 45 + inherit (nixosTests) scion-freestanding-deployment; 46 + }; 47 + updateScript = nix-update-script { }; 44 48 }; 45 49 46 50 meta = {