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 = { defaults = {
overridesDirs = []; overridesDirs = [];
packagesDir = "./packages"; packagesDir = "./packages";
projectRoot = throw "projectRoot not specified in dream2nix config"; projectRoot = "./.";
repoName = null; repoName = null;
}; };
in in