fix: thread selfPath through mkHome for m3taHome.paths.srcRoot

This commit is contained in:
2026-05-02 10:18:04 +02:00
parent 510665b359
commit 2cdd18a013
3 changed files with 9 additions and 4 deletions

View File

@@ -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;}