From 25bdb250912b12dfc103539cc7b9c8d9179507fa Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Mon, 1 Mar 2021 17:44:23 -0700 Subject: [PATCH] doc#start: fix #141 by quoting arg to `--run` --- doc/start/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/start/index.md b/doc/start/index.md index 8fda492b..2892c9c4 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 nrdxp +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"