nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

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: { ··· 40 39 41 40 tags = [ "sqlite_mattn" ]; 42 41 43 - passthru.tests = { 44 - inherit (nixosTests) scion-freestanding-deployment; 42 + passthru = { 43 + tests = { 44 + inherit (nixosTests) scion-freestanding-deployment; 45 + }; 46 + updateScript = nix-update-script { }; 45 47 }; 46 48 47 49 meta = {