fix smol thing

This commit is contained in:
2025-10-15 19:10:21 +00:00
parent 5d878749f4
commit 99af1b2af9

View File

@@ -1,5 +1,5 @@
{
outputs = _: {
lib.setup = ./lib.nix;
lib.setup = import ./lib.nix;
};
}