mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
parent
6828c027d1
commit
33f2784b7c
2 changed files with 96 additions and 98 deletions
|
@ -294,7 +294,7 @@ in
|
|||
] ./ceph-single-node-bluestore-dmcrypt.nix { };
|
||||
certmgr = handleTest ./certmgr.nix { };
|
||||
cfssl = handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./cfssl.nix { };
|
||||
cgit = handleTest ./cgit.nix { };
|
||||
cgit = runTest ./cgit.nix;
|
||||
charliecloud = handleTest ./charliecloud.nix { };
|
||||
chromadb = runTest ./chromadb.nix;
|
||||
chromium = (handleTestOn [ "aarch64-linux" "x86_64-linux" ] ./chromium.nix { }).stable or { };
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
import ./make-test-python.nix (
|
||||
{ pkgs, ... }:
|
||||
let
|
||||
robotsTxt = pkgs.writeText "cgit-robots.txt" ''
|
||||
|
@ -110,4 +109,3 @@ import ./make-test-python.nix (
|
|||
)
|
||||
'';
|
||||
}
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue