From c526b37c6d77fbcf99a695f2aefcca3392ee5e82 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 5 May 2024 22:22:47 -0700 Subject: [PATCH 1/2] add-to-config: fix option name for cache servers --- content/add-to-config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/add-to-config.md b/content/add-to-config.md index cf3bfa72..da1904dd 100644 --- a/content/add-to-config.md +++ b/content/add-to-config.md @@ -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" ]; From 91cc630e23ffd69c4295395f9666b650a030182d Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 5 May 2024 22:24:12 -0700 Subject: [PATCH 2/2] about: fix typo --- content/about.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/about.md b/content/about.md index 6e9367ae..8103030b 100644 --- a/content/about.md +++ b/content/about.md @@ -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.