mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-12-23 14:31:55 +03:00
fix(paths): don't force projectRoot to be in store
This commit is contained in:
parent
e913ec992b
commit
0d3146539a
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user