mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
Merge remote-tracking branch 'origin/master' into staging-next
This commit is contained in:
commit
74d5b70eb2
165 changed files with 5036 additions and 3997 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
}:
|
||||
# The return value of this function will be an attrset with arbitrary depth and
|
||||
# the `anything` returned by callTest at its test leafs.
|
||||
# the `anything` returned by callTest at its test leaves.
|
||||
# The tests not supported by `system` will be replaced with `{}`, so that
|
||||
# `passthru.tests` can contain links to those without breaking on architectures
|
||||
# where said tests are unsupported.
|
||||
|
@ -655,7 +655,7 @@ in
|
|||
jool = import ./jool.nix { inherit pkgs runTest; };
|
||||
jotta-cli = handleTest ./jotta-cli.nix { };
|
||||
k3s = handleTest ./k3s { };
|
||||
kafka = handleTest ./kafka.nix { };
|
||||
kafka = handleTest ./kafka { };
|
||||
kanboard = runTest ./web-apps/kanboard.nix;
|
||||
kanidm = handleTest ./kanidm.nix { };
|
||||
kanidm-provisioning = handleTest ./kanidm-provisioning.nix { };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue