mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-18 20:11:33 +03:00
fix projectRoot config missing
This commit is contained in:
parent
767db79095
commit
a1449936ff
@ -23,7 +23,7 @@ let
|
||||
defaults = {
|
||||
overridesDirs = [];
|
||||
packagesDir = "./packages";
|
||||
projectRoot = throw "projectRoot not specified in dream2nix config";
|
||||
projectRoot = "./.";
|
||||
repoName = null;
|
||||
};
|
||||
in
|
||||
|
Loading…
Reference in New Issue
Block a user