nixpkgs-immich/nixos/tests/installed-tests/graphene.nix
2024-09-17 10:23:40 -06:00

6 lines
83 B
Nix

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