forked from lix-project/lix-website
Merge pull request 'add-to-config, about: fix typos' (#10) from danderson/lix-website:dave/typos into main
Reviewed-on: lix-project/lix-website#10 Reviewed-by: raito <raito@noreply.git.lix.systems>
This commit is contained in:
commit
c533c9eaf8
|
@ -58,7 +58,7 @@ provide a collection of necessary improvements over CppNix:
|
||||||
- **A language with room to grow.**
|
- **A language with room to grow.**
|
||||||
Unlike upstream Nix, Lix intends to be an evolving language -- a robust language versioning
|
Unlike upstream Nix, Lix intends to be an evolving language -- a robust language versioning
|
||||||
system will allow the language to grow and evolve without sacrificing backwards-compatibility or correctness.
|
system will allow the language to grow and evolve without sacrificing backwards-compatibility or correctness.
|
||||||
And room to grow means room for **usability and ergonomics improvements** -- both in the langauge and in
|
And room to grow means room for **usability and ergonomics improvements** -- both in the language and in
|
||||||
tooling.
|
tooling.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
nix.settings.extra-substituters = [
|
nix.settings.substituters = [
|
||||||
"https://cache.lix.systems"
|
"https://cache.lix.systems"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -152,7 +152,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
|
||||||
|
|
||||||
```nix
|
```nix
|
||||||
{
|
{
|
||||||
nix.settings.extra-substituters = [
|
nix.settings.substituters = [
|
||||||
"https://cache.lix.systems"
|
"https://cache.lix.systems"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue