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

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

6 lines
85 B
Nix
Raw Normal View History

2020-02-08 05:16:13 +00:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.malcontent;
}