Skip to content

Commit 876fdd8

Browse files
committed
docs: update changelog
1 parent 62573f3 commit 876fdd8

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/CONTRIBUTING.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,6 @@ If you are using NixOS, you can enter a shell with all the required tools using
102102
nix-shell --pure --run "./bashunit --simple"
103103
```
104104

105-
Alternatively, if you just need Bash for a one-time execution and don’t want to rely on the `shell.nix` file:
106-
107-
```bash
108-
nix-shell -p bash --run "./bashunit --simple"
109-
```
110-
111105
## Coding Guidelines
112106

113107
### ShellCheck

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
- Fix parallel and `compgen` issue on NixOS
5+
- Fix NixOS support
6+
- Fix parallel and `compgen`
7+
- Use `command -v` instead of `which`
68

79
## [0.22.2](https://github.com/TypedDevs/bashunit/compare/0.22.1...0.22.2) - 2025-07-26
810

0 commit comments

Comments
 (0)