recreate lock file

This commit is contained in:
2024-10-10 15:48:30 -05:00
parent bf08d28785
commit aabb26b1c5
6 changed files with 85 additions and 54 deletions

View File

@@ -5,6 +5,6 @@
outputs = { self, ... }: {
module = import ./. { inherit self; };
module = { config, lib, ... }: import ./. { inherit config lib self; };
};
}