- Oct 03, 2017
-
-
Dan Peebles authored
It was getting too much like whac-a-mole listing all the retriable error conditions, so we now retry by default and list the cases where retrying is almost certainly hopeless.
-
- Jun 06, 2017
-
-
Eelco Dolstra authored
Even with "build-use-sandbox = false", we now use sandboxing with a permissive profile that allows everything except the creation of setuid/setgid binaries.
-
- May 31, 2017
-
-
Eelco Dolstra authored
Also, add rules to allow fixed-output derivations to access the network. These rules are sufficient to build stdenvDarwin without any __sandboxProfile magic.
-
- May 30, 2017
-
-
Eelco Dolstra authored
Issue #759. Also, remove nix.conf from the sandbox since I don't really see a legitimate reason for builders to access the Nix configuration.
-
- Feb 07, 2017
-
-
Shea Levy authored
-
Eelco Dolstra authored
Replaced by SSHStore.
-
Eelco Dolstra authored
-
- Jan 20, 2017
-
-
Shea Levy authored
Tests fail currently because the database is not given proper hashes in the VM
-
- Nov 10, 2016
-
-
Shea Levy authored
-
- Oct 16, 2016
-
-
Alexander Ried authored
-
- Aug 11, 2016
- Aug 10, 2016
- Aug 09, 2016
-
-
Shea Levy authored
This was a dumb line-for-line rewrite, because nix build/nix run/etc. will replace it.
-
- 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
-