tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
scion: add updateScript
Sizhe Zhao
6 months ago
44e45dd6
db39dd03
+6
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
sc
scion
package.nix
+6
-2
pkgs/by-name/sc/scion/package.nix
···
2
2
lib,
3
3
buildGoModule,
4
4
fetchFromGitHub,
5
5
+
nix-update-script,
5
6
nixosTests,
6
7
}:
7
8
buildGoModule (finalAttrs: {
···
39
40
40
41
tags = [ "sqlite_mattn" ];
41
42
42
42
-
passthru.tests = {
43
43
-
inherit (nixosTests) scion-freestanding-deployment;
43
43
+
passthru = {
44
44
+
tests = {
45
45
+
inherit (nixosTests) scion-freestanding-deployment;
46
46
+
};
47
47
+
updateScript = nix-update-script { };
44
48
};
45
49
46
50
meta = {