parent
ceb8b4a5f9
commit
0aa6ecb083
@ -274,7 +274,7 @@ in
|
|||||||
cadvisor = handleTestOn [ "x86_64-linux" ] ./cadvisor.nix { };
|
cadvisor = handleTestOn [ "x86_64-linux" ] ./cadvisor.nix { };
|
||||||
cage = handleTest ./cage.nix { };
|
cage = handleTest ./cage.nix { };
|
||||||
cagebreak = handleTest ./cagebreak.nix { };
|
cagebreak = handleTest ./cagebreak.nix { };
|
||||||
calibre-web = handleTest ./calibre-web.nix { };
|
calibre-web = runTest ./calibre-web.nix;
|
||||||
calibre-server = handleTest ./calibre-server.nix { };
|
calibre-server = handleTest ./calibre-server.nix { };
|
||||||
canaille = handleTest ./canaille.nix { };
|
canaille = handleTest ./canaille.nix { };
|
||||||
castopod = handleTest ./castopod.nix { };
|
castopod = handleTest ./castopod.nix { };
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
import ./make-test-python.nix (
|
{ lib, ... }:
|
||||||
{ pkgs, lib, ... }:
|
|
||||||
|
|
||||||
let
|
let
|
||||||
port = 3142;
|
port = 3142;
|
||||||
@ -41,4 +40,3 @@ import ./make-test-python.nix (
|
|||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user