lib: expose

This commit is contained in:
Max Headroom 2024-07-04 23:46:20 +02:00
parent f5bd160d85
commit efc86f6b13

View file

@ -23,5 +23,8 @@
});
};
config._module.args.depot = config;
config = {
_module.args.depot = config;
flake = { inherit (config) lib; };
};
}