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

6 lines
85 B
Nix
Raw Normal View History

{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.malcontent;
}