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