Skip to content

Commit 2503db5

Browse files
committed
misc fixups
1 parent b3fa506 commit 2503db5

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
remote_theme: numtide/primer
22
title: devshell
33
description: "per project developer environments"
4-
url: "https://zimbatm.com"
4+
url: "https://numtide.github.io/devshell"
55
author:
66
twitter: NumTide
77
github: numtide

mkDevShell/options.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,9 @@ in
164164
default = { };
165165
description = ''
166166
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.
167170
'';
168171
example = {
169172
GO111MODULE = "on";

0 commit comments

Comments
 (0)