Merge pull request #12 from con-f-use/patch-1

typo: "in order"²
This commit is contained in:
Jade Lovelace 2023-05-20 18:15:26 -07:00 committed by GitHub
commit fdef491dae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ by adding `setupCompilerEnvironmentPhase` and overriding many phases.
The way `nix-build` typically builds packages with the generic builder is
documented in the [`stdenv` chapter][stdenv-docs] of the nixpkgs documentation.
More or less, it runs [various "phases"][phases] in order in order to build the
More or less, it runs [various "phases"][phases] in order to build the
package. This is roughly analogous to the `build()`, `check()`, etc functions
in an Arch Linux or Alpine Linux `PKGBUILD` file.