fix(paths): don't force projectRoot to be in store

This commit is contained in:
DavHau 2023-09-21 14:34:04 +02:00
parent e913ec992b
commit 0d3146539a

View File

@ -8,7 +8,7 @@ in {
options.paths = lib.mapAttrs (_: lib.mkOption) {
# mandatory fields
projectRoot = {
type = lib.types.pathInStore;
type = lib.types.path;
description = ''
Path to the root of the project on which dream2nix operates.
Must contain the marker file specified by 'paths.projectRootFile'