From b247659dd2b4ae207225ba8025184aa770a728df Mon Sep 17 00:00:00 2001 From: Crazazy Date: Mon, 21 Feb 2022 13:44:11 +0100 Subject: make niv init faster you can init niv without downloading nixpkgs in the first place --- readme.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'readme.org') diff --git a/readme.org b/readme.org index 1afbe4c..0dc8d10 100644 --- a/readme.org +++ b/readme.org @@ -21,12 +21,11 @@ You can then install required dependencies with [[shell:./bootstrap.sh &][the bo #+begin_src sh :tangle bootstrap.sh :tangle-mode (identity #o755) #!/usr/bin/env nix-shell #!nix-shell -p niv -i bash - niv init + niv init --no-nixpkgs #+end_src Then, we remove the default stuff that niv comes with by default #+begin_src sh :tangle bootstrap.sh - niv drop nixpkgs niv drop niv #+end_src ** Adding dependencies -- cgit 1.4.1-2-gfad0