fix: thread selfPath through mkHome for m3taHome.paths.srcRoot
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# lib/default.nix — Entry point for m3ta-home library functions.
|
||||
#
|
||||
# Called by flake.nix: import ./lib { inherit inputs; }
|
||||
# Called by flake.nix: import ./lib { inherit inputs; selfPath = self.outPath; }
|
||||
# Re-exports mkHome and future library functions.
|
||||
{inputs}: import ./mkHome.nix {inherit inputs;}
|
||||
{inputs, selfPath}: import ./mkHome.nix {inherit inputs selfPath;}
|
||||
|
||||
Reference in New Issue
Block a user