summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flake.nix b/lib/flake.nix
index f05bd40960a8..0b5e54d547c5 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 ./.; };
}