6 lines
267 B
Nix
6 lines
267 B
Nix
# lib/default.nix — Entry point for m3ta-home library functions.
|
|
#
|
|
# Called by flake.nix: import ./lib { inherit inputs; selfPath = self.outPath; }
|
|
# Re-exports mkHome and future library functions.
|
|
{inputs, selfPath}: import ./mkHome.nix {inherit inputs selfPath;}
|