Branch: refs/heads/master
Home: https://github.com/NixOS/nix
Commit: 30c8c3ba2d5be3a02db00e89bd54cd050764a209
https://github.com/NixOS/nix/commit/30c8c3ba2d5be3a02db00e89bd54cd050764a209
Author: Eelco Dolstra <[email protected]>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M src/libstore/local-store.cc
Log Message:
-----------
Fix some more references to storeDir
Commit: 080d6079757bdf7af86c2743411e9ff8f06a504e
https://github.com/NixOS/nix/commit/080d6079757bdf7af86c2743411e9ff8f06a504e
Author: Eelco Dolstra <[email protected]>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M src/libstore/build.cc
Log Message:
-----------
Don't call shared_from_this() from a destructor
Commit: 2f8b0e557b300f9b59f0b06778f6bc26aed6ba3f
https://github.com/NixOS/nix/commit/2f8b0e557b300f9b59f0b06778f6bc26aed6ba3f
Author: Eelco Dolstra <[email protected]>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M src/libstore/misc.cc
Log Message:
-----------
Consistent quotes
Commit: 5e51ffb1c265e16486fcdd888ce4a04db9e5552b
https://github.com/NixOS/nix/commit/5e51ffb1c265e16486fcdd888ce4a04db9e5552b
Author: Eelco Dolstra <[email protected]>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M src/libstore/build.cc
M src/libstore/pathlocks.hh
M src/libstore/store-api.hh
Log Message:
-----------
Support sandbox builds by non-root users
This allows an unprivileged user to perform builds on a diverted store
(i.e. where the physical store location differs from the logical
location).
Example:
$ NIX_LOG_DIR=/tmp/log NIX_REMOTE="local?real=/tmp/store&state=/tmp/var"
nix-build -E \
'with import <nixpkgs> {}; runCommand "foo" { buildInputs = [procps
nettools]; } "id; ps; ifconfig; echo $out > $out"'
will do a build in the Nix store physically in /tmp/store but
logically in /nix/store (and thus using substituters for the latter).
Commit: 9bdd949cfdc9e49f1e01460a2a73215cac3ec904
https://github.com/NixOS/nix/commit/9bdd949cfdc9e49f1e01460a2a73215cac3ec904
Author: Eelco Dolstra <[email protected]>
Date: 2016-06-03 (Fri, 03 Jun 2016)
Changed paths:
M src/libstore/local-store.cc
Log Message:
-----------
Fix "creating statement: table ValidPaths has no column named ultimate"
Compare: https://github.com/NixOS/nix/compare/a8dfdc52b83e...9bdd949cfdc9_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits