fix projectRoot config missing

This commit is contained in:
DavHau 2022-02-22 20:24:53 +07:00
parent 767db79095
commit a1449936ff

View File

@ -23,7 +23,7 @@ let
defaults = {
overridesDirs = [];
packagesDir = "./packages";
projectRoot = throw "projectRoot not specified in dream2nix config";
projectRoot = "./.";
repoName = null;
};
in