nixpkgs-immich/nixos/tests/installed-tests/graphene.nix

6 lines
83 B
Nix
Raw Normal View History

2024-09-17 10:23:40 -06:00
{ pkgs, makeInstalledTest, ... }:
makeInstalledTest {
tested = pkgs.graphene;
}