@@ -294,7 +294,7 @@ in
|
|||||||
] ./ceph-single-node-bluestore-dmcrypt.nix { };
|
] ./ceph-single-node-bluestore-dmcrypt.nix { };
|
||||||
certmgr = handleTest ./certmgr.nix { };
|
certmgr = handleTest ./certmgr.nix { };
|
||||||
cfssl = handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./cfssl.nix { };
|
cfssl = handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./cfssl.nix { };
|
||||||
cgit = handleTest ./cgit.nix { };
|
cgit = runTest ./cgit.nix;
|
||||||
charliecloud = handleTest ./charliecloud.nix { };
|
charliecloud = handleTest ./charliecloud.nix { };
|
||||||
chromadb = runTest ./chromadb.nix;
|
chromadb = runTest ./chromadb.nix;
|
||||||
chromium = (handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./chromium.nix { }).stable or { };
|
chromium = (handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./chromium.nix { }).stable or { };
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
let
|
let
|
||||||
robotsTxt = pkgs.writeText "cgit-robots.txt" ''
|
robotsTxt = pkgs.writeText "cgit-robots.txt" ''
|
||||||
@@ -110,4 +109,3 @@ import ./make-test-python.nix (
|
|||||||
)
|
)
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|||||||
Reference in New Issue
Block a user