parent
bb93729372
commit
10de31a04d
@ -243,7 +243,7 @@ in
|
|||||||
imports = [ ./binary-cache.nix ];
|
imports = [ ./binary-cache.nix ];
|
||||||
_module.args.compression = "xz";
|
_module.args.compression = "xz";
|
||||||
};
|
};
|
||||||
bind = handleTest ./bind.nix { };
|
bind = runTest ./bind.nix;
|
||||||
bird = handleTest ./bird.nix { };
|
bird = handleTest ./bird.nix { };
|
||||||
birdwatcher = handleTest ./birdwatcher.nix { };
|
birdwatcher = handleTest ./birdwatcher.nix { };
|
||||||
bitbox-bridge = runTest ./bitbox-bridge.nix;
|
bitbox-bridge = runTest ./bitbox-bridge.nix;
|
||||||
|
|||||||
@ -1,4 +1,5 @@
|
|||||||
import ./make-test-python.nix {
|
{ ... }:
|
||||||
|
{
|
||||||
name = "bind";
|
name = "bind";
|
||||||
|
|
||||||
nodes.machine =
|
nodes.machine =
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user