scion: add updateScript

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