From 99af1b2af9002a99d46b0046c12b05670ce2820d Mon Sep 17 00:00:00 2001 From: Nikkuss Date: Wed, 15 Oct 2025 19:10:21 +0000 Subject: [PATCH] fix smol thing --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c986059..d991c6d 100644 --- a/flake.nix +++ b/flake.nix @@ -1,5 +1,5 @@ { outputs = _: { - lib.setup = ./lib.nix; + lib.setup = import ./lib.nix; }; }