lib: expose
This commit is contained in:
parent
f5bd160d85
commit
efc86f6b13
1 changed files with 4 additions and 1 deletions
|
@ -23,5 +23,8 @@
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
config._module.args.depot = config;
|
config = {
|
||||||
|
_module.args.depot = config;
|
||||||
|
flake = { inherit (config) lib; };
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue