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 18c6467 commit 859f79eCopy full SHA for 859f79e
CHANGELOG.md
@@ -1,5 +1,20 @@
1
+<!-- markdownlint-disable no-duplicate-headings -->
2
+
3
# NH Changelog
4
5
+## 4.0.3
6
7
+### Added
8
9
+- Nh now supports specifying `NH_SUDO_ASKPASS` to pass a custom value to
10
+ `SUDO_ASKPASS` in self-elevation. If specified, `sudo` will be called with
11
+ `-A` and the `NH_SUDO_ASKPASS` will be `SUDO_ASKPASS` locally.
12
13
+### Fixed
14
15
+- Fix `--configuration` being ignored in `nh home switch`
16
+ ([#262](https://github.com/nix-community/nh/issues/262))
17
18
## 4.0.2
19
20
### Added
0 commit comments