aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/openldap/flake.nix
blob: 130312d5a8a031c070929e4a7006e9a8889b183c (plain) (blame)
1
2
3
4
5
6
{
  outputs = { self }: {
    immae-schema = ./immae.schema;
    immae-ldif = ./immae.ldif;
  };
}