We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1d6a1b commit 877f250Copy full SHA for 877f250
.envrc
@@ -0,0 +1,2 @@
1
+use flake
2
.gitignore
@@ -14,7 +14,7 @@ pnpm-debug.log*
14
build/
15
# local env files
16
.env
17
-.envrc
+.direnv
18
19
# Nix
20
/result
module.nix
@@ -182,7 +182,7 @@ in {
182
dataDir = mkOption {
183
type = types.str;
184
default = "/var/lib/devops-journey/";
185
- description = lib.mdDoc ''
+ description = ''
186
The path where DevOps Journey Website server keeps data and possibly logs.
187
'';
188
};
0 commit comments