nixpkgs/nixos/tests/installed-tests/libjcat.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

2020-03-30 05:37:07 +00:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.libjcat;
}