diff options
author | Wout Mertens <Wout.Mertens@gmail.com> | 2015-05-14T14·36+0200 |
---|---|---|
committer | Wout Mertens <Wout.Mertens@gmail.com> | 2016-04-10T19·55+0200 |
commit | ef00999fb77a0ca81c48d6a288822dea90dd6ace (patch) | |
tree | c8ccbd058181635db05afbe0a5db0c6ef3622421 | |
parent | 4916d920927b186fb2b88443e062e9e382cded4b (diff) |
Remove information about nix-store --optimise
-rw-r--r-- | scripts/install-nix-from-closure.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/install-nix-from-closure.sh b/scripts/install-nix-from-closure.sh index 07423e69967e..a6966c414945 100644 --- a/scripts/install-nix-from-closure.sh +++ b/scripts/install-nix-from-closure.sh @@ -131,12 +131,3 @@ variables are set, either log in again, or type in your shell. EOF fi -cat >&2 <<EOF - -Then, consider running - - nix-store --optimise - -which will reduce store disk usage by hardlinking identical -files together. -EOF |