aboutsummaryrefslogtreecommitdiff
path: root/flakes/private/openldap/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flakes/private/openldap/flake.nix')
-rw-r--r--flakes/private/openldap/flake.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/flakes/private/openldap/flake.nix b/flakes/private/openldap/flake.nix
new file mode 100644
index 0000000..130312d
--- /dev/null
+++ b/flakes/private/openldap/flake.nix
@@ -0,0 +1,6 @@
1{
2 outputs = { self }: {
3 immae-schema = ./immae.schema;
4 immae-ldif = ./immae.ldif;
5 };
6}