We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fa506 commit 2503db5Copy full SHA for 2503db5
2 files changed
docs/_config.yml
@@ -1,7 +1,7 @@
1
remote_theme: numtide/primer
2
title: devshell
3
description: "per project developer environments"
4
-url: "https://zimbatm.com"
+url: "https://numtide.github.io/devshell"
5
author:
6
twitter: NumTide
7
github: numtide
mkDevShell/options.nix
@@ -164,6 +164,9 @@ in
164
default = { };
165
description = ''
166
Environment variables to add to the environment.
167
+
168
+ If the value is null, it will unset the environment variable.
169
+ Otherwise, the value will be converted to string before being set.
170
'';
171
example = {
172
GO111MODULE = "on";
0 commit comments