Skip to content

Commit

Permalink
docs: fix typo in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Apr 10, 2024
1 parent 25e8422 commit cb0dcf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ change things in a backwards-incompatible way at any time!
only supported via [WSL2][WSL2].
2. Ensure that you have these lines in your `~/.config/nix/nix.conf`:
```
experimental-features = nix-command flakes max-jobs = auto
experimental-features = nix-command flakes
max-jobs = auto
```
3. Install direnv: `nix profile install nixpkgs#direnv`
4. [Hook direnv](https://direnv.net/docs/hook.html) into your shell.
Expand Down

0 comments on commit cb0dcf0

Please sign in to comment.