nixpkgs/nixos/tests/installed-tests/libxmlb.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
82 B
Nix
Raw Normal View History

2019-11-07 14:02:33 +01:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.libxmlb;
}