lix/src/nix
Eelco Dolstra a24f2c9b84 nix run: Mount the Nix store in a private namespace
This is a convenience command to allow users who are not privileged to
create /nix/store to use Nix with regular binary caches. For example,

  $ NIX_REMOTE="local?state=$HOME/nix/var&real=/$HOME/nix/store" nix run firefox bashInteractive

will download Firefox and bash from cache.nixos.org, then start a
shell in which $HOME/nix/store is mounted on /nix/store.
2016-06-02 16:51:43 +02:00
..
build.cc Fix build 2016-02-25 11:55:05 +01:00
cat.cc nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
command.cc Make the store directory a member variable of Store 2016-06-01 16:24:17 +02:00
command.hh Shut up some clang warnings 2016-05-31 13:31:04 +02:00
copy.cc Add a copyStorePath() utility function 2016-05-04 11:01:48 +02:00
hash.cc Fix build 2016-02-25 11:55:05 +01:00
installables.cc Make the store directory a member variable of Store 2016-06-01 16:24:17 +02:00
installables.hh Add basic "nix build" command 2016-02-09 21:34:24 +01:00
legacy.cc Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
legacy.hh Fix Darwin build 2016-03-15 12:11:27 +01:00
local.mk Start of new Nix command-line interface 2016-02-09 21:28:29 +01:00
ls.cc nix: Add commands to query contents of NARs / binary caches 2016-02-25 17:57:00 +01:00
main.cc nix: Disable verbose builds 2016-04-25 19:18:45 +02:00
path-info.cc Improved logging abstraction 2016-04-25 19:18:45 +02:00
progress-bar.cc Shut up some clang warnings 2016-05-31 13:31:04 +02:00
progress-bar.hh Improved logging abstraction 2016-04-25 19:18:45 +02:00
run.cc nix run: Mount the Nix store in a private namespace 2016-06-02 16:51:43 +02:00
sigs.cc Improved logging abstraction 2016-04-25 19:18:45 +02:00
verify.cc Improved logging abstraction 2016-04-25 19:18:45 +02:00