mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
parent
0617636562
commit
6a1662f754
2 changed files with 65 additions and 67 deletions
|
@ -229,7 +229,7 @@ in
|
|||
bazarr = runTest ./bazarr.nix;
|
||||
bcachefs = runTestOn [ "x86_64-linux" "aarch64-linux" ] ./bcachefs.nix;
|
||||
beanstalkd = runTest ./beanstalkd.nix;
|
||||
bees = handleTest ./bees.nix { };
|
||||
bees = runTest ./bees.nix;
|
||||
benchexec = handleTest ./benchexec.nix { };
|
||||
binary-cache = runTest {
|
||||
imports = [ ./binary-cache.nix ];
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import ./make-test-python.nix (
|
||||
{ lib, pkgs, ... }:
|
||||
{
|
||||
name = "bees";
|
||||
|
@ -71,4 +70,3 @@ import ./make-test-python.nix (
|
|||
)
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue