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.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flake.nix b/lib/flake.nix
index f05bd40960a..0b5e54d547c 100644
--- a/lib/flake.nix
+++ b/lib/flake.nix
@@ -1,5 +1,5 @@
 {
   description = "Library of low-level helper functions for nix expressions.";
 
-  outputs = { self }: { lib = import ./lib; };
+  outputs = { self }: { lib = import ./.; };
 }