summary refs log tree commit diff
path: root/lib/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/flake.nix')
-rw-r--r--lib/flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/flake.nix b/lib/flake.nix
new file mode 100644
index 00000000000..0b5e54d547c
--- /dev/null
+++ b/lib/flake.nix
@@ -0,0 +1,5 @@
+{
+  description = "Library of low-level helper functions for nix expressions.";
+
+  outputs = { self }: { lib = import ./.; };
+}