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