From a1449936ff2e3fcab574bdc503b035d0b69c6139 Mon Sep 17 00:00:00 2001 From: DavHau Date: Tue, 22 Feb 2022 20:24:53 +0700 Subject: [PATCH] fix projectRoot config missing --- src/utils/config.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/config.nix b/src/utils/config.nix index 99ac6e6b..12cb2055 100644 --- a/src/utils/config.nix +++ b/src/utils/config.nix @@ -23,7 +23,7 @@ let defaults = { overridesDirs = []; packagesDir = "./packages"; - projectRoot = throw "projectRoot not specified in dream2nix config"; + projectRoot = "./."; repoName = null; }; in