@@ -228,7 +228,7 @@ in
|
||||
babeld = runTest ./babeld.nix;
|
||||
bazarr = runTest ./bazarr.nix;
|
||||
bcachefs = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./bcachefs.nix;
|
||||
beanstalkd = handleTest ./beanstalkd.nix { };
|
||||
beanstalkd = runTest ./beanstalkd.nix;
|
||||
bees = handleTest ./bees.nix { };
|
||||
benchexec = handleTest ./benchexec.nix { };
|
||||
binary-cache = handleTest ./binary-cache.nix { compression = "zstd"; };
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import ./make-test-python.nix (
|
||||
{ pkgs, lib, ... }:
|
||||
|
||||
let
|
||||
@@ -49,4 +48,3 @@ import ./make-test-python.nix (
|
||||
)
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user