diff options
-rw-r--r-- | readme.org | 3 |
1 files changed, 1 insertions, 2 deletions
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 |