this repo has no description
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

where it's meant to be a contraction of
"you are" rather than a possessive pronoun

authored by

Raphael Borun Das Gupta and committed by
David Arnold
1240356b 03e28433

+4 -4
+1 -1
doc/CONTRIBUTING.md
··· 21 21 22 22 * The commit message follows the same semantics as [nixpkgs][nixpkgs]. 23 23 * You can use a `#` symbol to specify ambiguities. For example, 24 - `develop#zsh: <rest of commit message>` would tell me that your updating the 24 + `develop#zsh: <rest of commit message>` would tell me that you're updating the 25 25 `zsh` subprofile living under the `develop` profile. 26 26 27 27 [nixpkgs-fmt]: https://github.com/nix-community/nixpkgs-fmt
+1 -1
doc/integrations/cachix.md
··· 1 1 # Cachix 2 2 The system will automatically pull a cachix.nix at the root if one exists. 3 - This is usually created automatically by a `sudo cachix use`. If your more 3 + This is usually created automatically by a `sudo cachix use`. If you're more 4 4 inclined to keep the root clean, you can drop any generated files in the 5 5 `cachix` directory into the `profiles/cachix` directory without further 6 6 modification.
+2 -2
doc/start/from-nixos.md
··· 1 1 # From NixOS 2 2 3 3 ## Generate Configuration 4 - Assuming your happy with your existing partition layout, you can generate a 4 + Assuming you're happy with your existing partition layout, you can generate a 5 5 basic NixOS configuration for your system using: 6 6 ```sh 7 7 flk up ··· 28 28 > them directly into a host module of your own making, and commit that instead. 29 29 # Installation 30 30 31 - Once your ready to deploy `hosts/my-host.nix`: 31 + Once you're ready to deploy `hosts/my-host.nix`: 32 32 ```sh 33 33 flk my-host switch 34 34 ```