Skip to content

Commit cf25353

Browse files
authored
Update CONTRIBUTING.md
1 parent 1aa4e06 commit cf25353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ cabal build --project-file=cabal.project.release cabal
1616
```
1717

1818
> **Note**
19-
> If you use Nix, it might be convenient to work in a shell that contains all `Cabal` development dependencies:
19+
> If you're using Nix, you might find it convenient to work within a shell that has all the `Cabal` development dependencies:
2020
> ```
2121
> $ nix-shell -p cabal-install ghc ghcid haskellPackages.fourmolu_0_12_0_0 pkgconfig zlib.dev
2222
> ```
23-
> This also provided, with only community support, by `nix develop github:yvan-sraka/cabal.nix`.
23+
> A Nix flake developer shell with these dependencies is also available, supported solely by the community, through the command `nix develop github:yvan-sraka/cabal.nix`.
2424
2525
The location of your build products will vary depending on which version of
2626
cabal-install you use to build; see the documentation section

0 commit comments

Comments
 (0)