recreate lock file
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
outputs = { self, ... }: {
|
||||
|
||||
module = import ./. { inherit self; };
|
||||
module = { config, lib, ... }: import ./. { inherit config lib self; };
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user