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

@@ -35,7 +35,7 @@
# Library functions — use in nixos-config via:
# m3ta-lib = inputs.m3ta-home.lib;
# imports = [ (m3ta-lib.mkHome { ... }) ];
lib = import ./lib {inherit inputs;};
lib = import ./lib {inherit inputs; selfPath = self.outPath;};
# Overlays (re-exports from m3ta-nixpkgs)
overlays = inputs.m3ta-nixpkgs.overlays;