typo: "in order"²

This commit is contained in:
con-f-use 2023-05-20 13:08:24 +02:00 committed by GitHub
parent 2822f3476a
commit 1abf401a75
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.