Skip to content

Commit 84637a7

Browse files
authored
options: default projectRootFile to .git/config (#267)
1 parent 705df92 commit 84637a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

module-options.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ in
112112
File to look for to determine the root of the project in the
113113
build.wrapper.
114114
'';
115-
example = "flake.nix";
115+
default = ".git/config";
116+
type = types.str;
116117
};
117118

118119
enableDefaultExcludes = mkOption {

0 commit comments

Comments
 (0)