From 62e758be9f7d202084e77b22277743861f95ad0f Mon Sep 17 00:00:00 2001 From: Mason Mackaman Date: Sun, 12 Feb 2023 00:11:42 -0500 Subject: [PATCH] Put quotes around the cache URL Unquoted URLs are deprecated https://github.com/NixOS/rfcs/pull/45 --- smos-docs-site/content/pages/installation/nixos.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smos-docs-site/content/pages/installation/nixos.markdown b/smos-docs-site/content/pages/installation/nixos.markdown index f3862961f..b78647db7 100644 --- a/smos-docs-site/content/pages/installation/nixos.markdown +++ b/smos-docs-site/content/pages/installation/nixos.markdown @@ -35,7 +35,7 @@ If you use cachix, you can configure the `smos.cachix.org` cache as a public cac ``` nix nix.binaryCaches = [ - https://smos.cachix.org + "https://smos.cachix.org" ]; nix.binaryCachePublicKeys = [ "smos.cachix.org-1:YOs/tLEliRoyhx7PnNw36cw2Zvbw5R0ASZaUlpUv+yM="