fix: use quoted "m3ta-home" namespace (consistent with repo name)
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
in {
|
||||
default = {
|
||||
imports = [
|
||||
# Paths — must be first, provides m3taHome.paths.srcRoot
|
||||
# Paths — must be first, provides "m3ta-home".paths.srcRoot
|
||||
./paths.nix
|
||||
|
||||
# Profiles
|
||||
@@ -31,6 +31,6 @@ in {
|
||||
];
|
||||
|
||||
# Set the source root for asset path resolution
|
||||
m3taHome.paths.srcRoot = selfPath;
|
||||
"m3ta-home".paths.srcRoot = selfPath;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user