mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
bb93729372
commit
10de31a04d
2 changed files with 3 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue