fix: thread selfPath through mkHome for m3taHome.paths.srcRoot
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user