nixpkgs/nixos/tests/installed-tests/glib-testing.nix

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

6 lines
87 B
Nix
Raw Normal View History

2020-02-08 04:36:49 +01:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.glib-testing;
}