- Aug 11, 2016
-
-
Shea Levy authored
-
- Jul 21, 2016
-
-
Shea Levy authored
-
- Jun 02, 2016
-
-
Eelco Dolstra authored
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 ...
-
- Apr 25, 2016
-
-
Eelco Dolstra authored
-
- Apr 11, 2016
-
-
Eelco Dolstra authored
Manifests have been superseded by binary caches for years. This also gets rid of nix-pull, nix-generate-patches and bsdiff/bspatch.
-
- Feb 09, 2016
-
-
Eelco Dolstra authored
-
- Dec 15, 2014
-
-
Linquize authored
-
- Sep 18, 2014
-
-
Eelco Dolstra authored
-
- Sep 16, 2014
-
-
Eelco Dolstra authored
-
- May 02, 2014
-
-
Eelco Dolstra authored
-
- Apr 09, 2014
-
-
Eelco Dolstra authored
Grmbl...
-
- Apr 07, 2014
-
-
Eelco Dolstra authored
-
- Mar 12, 2014
-
-
Eelco Dolstra authored
-
- Feb 18, 2014
-
-
Shea Levy authored
-
- Nov 25, 2013
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
Autoreconf doesn't install these if you're not using Automake.
-
- Nov 22, 2013
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
- Nov 14, 2013
-
-
Eelco Dolstra authored
AFAIK, nobody uses it, it's not maintained, and it has no tests.
-
- Oct 03, 2012
-
-
Eelco Dolstra authored
-
Eelco Dolstra authored
-
Eelco Dolstra authored
I.e. do what git does. I'm too lazy to keep the builtin help text up to date :-) Also add ‘--help’ to various commands that lacked it (e.g. nix-collect-garbage).
-
- Jul 26, 2012
-
-
Eelco Dolstra authored
-
- Jul 18, 2012
-
-
Eelco Dolstra authored
-
- Jun 29, 2012
-
-
Eelco Dolstra authored
-
- Mar 18, 2012
-
-
Eelco Dolstra authored
Nix now requires SQLite and bzip2 to be pre-installed. SQLite is detected using pkg-config. We required DBD::SQLite anyway, so depending on SQLite is not a big problem. The --with-bzip2, --with-openssl and --with-sqlite flags are gone.
-
- Feb 08, 2012
-
-
Eelco Dolstra authored
-
- Sep 19, 2011
-
-
Shea Levy authored
-
- Feb 10, 2010
-
-
Ludovic Courtès authored
-