From 813b889fbb5fa3a851767b124150cdce7adc5ef0 Mon Sep 17 00:00:00 2001 From: Nathan Ringo Date: Tue, 18 May 2021 17:59:15 -0500 Subject: [PATCH] lispPackages: add --pure to README --- pkgs/development/lisp-modules/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/lisp-modules/README.txt b/pkgs/development/lisp-modules/README.txt index 08452d979ad..46d7208bcd2 100644 --- a/pkgs/development/lisp-modules/README.txt +++ b/pkgs/development/lisp-modules/README.txt @@ -1,6 +1,6 @@ Want to add a package? There are 3 simple steps! 1. Add the needed system names to quicklisp-to-nix-systems.txt. -2. cd ; nix-shell --run 'quicklisp-to-nix .' +2. cd ; nix-shell --pure --run 'quicklisp-to-nix .' You might want to specify also the --cacheSystemInfoDir and --cacheFaslDir parameters to preserve some data between runs. For example, it is very useful when you add new packages with native dependencies and fail to