summary refs log blame commit diff
path: root/nixos/tests/installed-tests/graphene.nix
blob: e43339abd88c8ca9c9d5b259249a841bc2e9f050 (plain) (tree)
1
2
3
4
5




                                 
{ pkgs, makeInstalledTest, ... }:

makeInstalledTest {
  tested = pkgs.graphene;
}