File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1366,7 +1366,7 @@ that project. See the next section for more information on configuration files.
1366
1366
1367
1367
### Platform-specific script issues
1368
1368
1369
- On Mac OSX :
1369
+ On macOS :
1370
1370
1371
1371
- Avoid `{-# LANGUAGE CPP #-}` in Stack scripts; it breaks the hashbang line
1372
1372
([GHC #6132](https://gitlab.haskell.org/ghc/ghc/issues/6132))
@@ -1672,7 +1672,7 @@ the Nixpkgs.
1672
1672
Both Docker and Nix are methods to *isolate* builds and thereby make them more
1673
1673
reproducible. They just differ in the means of achieving this isolation. Nix
1674
1674
provides slightly weaker isolation guarantees than Docker, but is more
1675
- lightweight and more portable (Linux and OS X mainly, but also Windows). For
1675
+ lightweight and more portable (Linux and macOS mainly, but also Windows). For
1676
1676
more on Nix, its command-line interface and its package description language,
1677
1677
read the [Nix manual](http://nixos.org/nix/manual). But keep in mind that the
1678
1678
point of Stack's support is to obviate the need to write any Nix code in the
You can’t perform that action at this time.
0 commit comments