From cf113e452f17d25eb2c179ae12fe737c4716a600 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Wed, 17 Feb 2021 22:39:43 -0700 Subject: [PATCH] cachix: fix link after name change --- cachix/nrdxp.nix | 4 ++-- doc/start/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cachix/nrdxp.nix b/cachix/nrdxp.nix index a5d521b8..bb3b4a59 100644 --- a/cachix/nrdxp.nix +++ b/cachix/nrdxp.nix @@ -1,10 +1,10 @@ { nix = { binaryCaches = [ - "https://divnix.cachix.org" + "https://nrdxp.cachix.org" ]; binaryCachePublicKeys = [ - "divnix.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4=" + "nrdxp.cachix.org-1:Fc5PSqY2Jm1TrWfm88l6cvGWwz3s93c6IOifQWnhNW4=" ]; }; } diff --git a/doc/start/index.md b/doc/start/index.md index ddfc8571..8fda492b 100644 --- a/doc/start/index.md +++ b/doc/start/index.md @@ -4,7 +4,7 @@ The only dependency is nix, so make sure you have it [installed][install-nix]. ## Get the Template Here is a snippet that will get you the template without the git history: ```sh -nix-shell -p cachix --run cachix use divnix +nix-shell -p cachix --run cachix use nrdxp nix-shell https://github.com/divnix/devos/archive/core.tar.gz -A shell \ --run "flk get core"