doc: fix grammar: "your" -> "you're"

where it's meant to be a contraction of
"you are" rather than a possessive pronoun
This commit is contained in:
Raphael Borun Das Gupta 2021-04-23 01:10:02 +02:00 committed by David Arnold
parent 03e28433ce
commit 1240356b37
3 changed files with 4 additions and 4 deletions

View file

@ -21,7 +21,7 @@ If you wish to contribute please follow these guidelines:
* The commit message follows the same semantics as [nixpkgs][nixpkgs]. * The commit message follows the same semantics as [nixpkgs][nixpkgs].
* You can use a `#` symbol to specify ambiguities. For example, * You can use a `#` symbol to specify ambiguities. For example,
`develop#zsh: <rest of commit message>` would tell me that your updating the `develop#zsh: <rest of commit message>` would tell me that you're updating the
`zsh` subprofile living under the `develop` profile. `zsh` subprofile living under the `develop` profile.
[nixpkgs-fmt]: https://github.com/nix-community/nixpkgs-fmt [nixpkgs-fmt]: https://github.com/nix-community/nixpkgs-fmt

View file

@ -1,6 +1,6 @@
# Cachix # Cachix
The system will automatically pull a cachix.nix at the root if one exists. The system will automatically pull a cachix.nix at the root if one exists.
This is usually created automatically by a `sudo cachix use`. If your more This is usually created automatically by a `sudo cachix use`. If you're more
inclined to keep the root clean, you can drop any generated files in the inclined to keep the root clean, you can drop any generated files in the
`cachix` directory into the `profiles/cachix` directory without further `cachix` directory into the `profiles/cachix` directory without further
modification. modification.

View file

@ -1,7 +1,7 @@
# From NixOS # From NixOS
## Generate Configuration ## Generate Configuration
Assuming your happy with your existing partition layout, you can generate a Assuming you're happy with your existing partition layout, you can generate a
basic NixOS configuration for your system using: basic NixOS configuration for your system using:
```sh ```sh
flk up flk up
@ -28,7 +28,7 @@ Now might be a good time to read the docs on [suites](../concepts/suites.md) and
> them directly into a host module of your own making, and commit that instead. > them directly into a host module of your own making, and commit that instead.
# Installation # Installation
Once your ready to deploy `hosts/my-host.nix`: Once you're ready to deploy `hosts/my-host.nix`:
```sh ```sh
flk my-host switch flk my-host switch
``` ```