doc: don't mention obsolete ssh-substituter-hosts

#1840
This commit is contained in:
Dmitry Kalinkin 2018-03-22 19:17:45 -04:00 committed by GitHub
parent 2bc6cfe1ad
commit e2f56c1333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ automatically fetching any store paths in Firefoxs closure if they
are available on the server <literal>avalon</literal>: are available on the server <literal>avalon</literal>:
<screen> <screen>
$ nix-env -i firefox --option ssh-substituter-hosts alice@avalon $ nix-env -i firefox --substituters ssh://alice@avalon
</screen> </screen>
This works similar to the binary cache substituter that Nix usually This works similar to the binary cache substituter that Nix usually
@ -31,7 +31,7 @@ an SSH passphrase interactively. Therefore, you should use
installing it into your profile, e.g. installing it into your profile, e.g.
<screen> <screen>
$ nix-store -r /nix/store/m85bxg…-firefox-34.0.5 --option ssh-substituter-hosts alice@avalon $ nix-store -r /nix/store/m85bxg…-firefox-34.0.5 --substituters ssh://alice@avalon
</screen> </screen>
This is essentially equivalent to doing This is essentially equivalent to doing