lix/scripts
Eelco Dolstra 4494000e04 LocalStore: Allow the physical and logical store directories to differ
This is primarily to subsume the functionality of the
copy-from-other-stores substituter. For example, in the NixOS
installer, we can now do (assuming we're in the target chroot, and the
Nix store of the installation CD is bind-mounted on /tmp/nix):

  $ nix-build ... --option substituters 'local?state=/tmp/nix/var&real=/tmp/nix/store'

However, unlike copy-from-other-stores, this also allows write access
to such a store. One application might be fetching substitutes for
/nix/store in a situation where the user doesn't have sufficient
privileges to create /nix, e.g.:

  $ NIX_REMOTE="local?state=/home/alice/nix/var&real=/home/alice/nix/store" nix-build ...
2016-06-02 16:02:48 +02:00
..
build-remote.pl.in nix-copy-closure / build-remote.pl: Disable signature checking 2016-05-31 11:48:05 +02:00
download-from-binary-cache.pl.in
find-runtime-roots.pl.in
install-nix-from-closure.sh Fix reference to $NIX_LINK 2016-05-31 15:14:24 +02:00
local.mk
nix-build.in
nix-channel.in
nix-copy-closure.in nix-copy-closure / build-remote.pl: Disable signature checking 2016-05-31 11:48:05 +02:00
nix-http-export.cgi.in
nix-install-package.in
nix-profile.sh.in nix-profile.sh: Don't pollute the environment 2016-05-31 13:07:10 +02:00
nix-push.in
nix-reduce-build.in
resolve-system-dependencies.pl.in
show-duplication.pl