Compare commits

...

2 commits

Author SHA1 Message Date
Dave Anderson 8f5ecc070f about: fix typo 2024-05-05 22:38:24 -07:00
Dave Anderson 49b8fc5561 add-to-config: fix option name for cache servers 2024-05-05 22:34:19 -07:00
2 changed files with 3 additions and 3 deletions

View file

@ -58,7 +58,7 @@ provide a collection of necessary improvements over CppNix:
- **A language with room to grow.**
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.
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.

View file

@ -83,7 +83,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
```nix
{
nix.settings.extra-substituters = [
nix.settings.substituters = [
"https://cache.lix.systems"
];
@ -152,7 +152,7 @@ Add the following to any NixOS module in your configuration (e.g. `configuration
```nix
{
nix.settings.extra-substituters = [
nix.settings.substituters = [
"https://cache.lix.systems"
];