]> git.immae.eu Git - perso/Immae/Config/Nix.git/blobdiff - flakes/private/openldap/flake.nix
Squash changes containing private information
[perso/Immae/Config/Nix.git] / flakes / private / openldap / flake.nix
diff --git a/flakes/private/openldap/flake.nix b/flakes/private/openldap/flake.nix
new file mode 100644 (file)
index 0000000..130312d
--- /dev/null
@@ -0,0 +1,6 @@
+{
+  outputs = { self }: {
+    immae-schema = ./immae.schema;
+    immae-ldif = ./immae.ldif;
+  };
+}