Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-02 | Add an option to limit the log output of builders | Eelco Dolstra | |
This is mostly useful for Hydra to deal with builders that get stuck in an infinite loop writing data to stdout/stderr. | |||
2013-08-26 | Fix nix-shell command | Ivan Kozik | |
2013-08-26 | Fix typos, especially those that end up in the Nix manual | Ivan Kozik | |
2013-08-23 | Manual: Don't use actual hashes of Nix dependencies | Eelco Dolstra | |
These cause an unnecessary runtime dependency :-) | |||
2013-08-21 | Fix corrupt PNG | Eelco Dolstra | |
Libpng used to accept this, but no longer does. | |||
2013-07-19 | Add hacking notes plus a script for running nix-shell | Eelco Dolstra | |
2013-07-19 | Rename ‘nix-build --run-env’ to ‘nix-shell’ | Eelco Dolstra | |
2013-07-19 | nix-build --run-env: Add a ‘--pure’ flag | Eelco Dolstra | |
This causes the environment to be (almost) cleared, thus giving a shell that more closely resembled the actual Nix derivation. | |||
2013-07-12 | doc: typo | Domen Kožar | |
2013-07-11 | nix-build --run-env: Source $stdenv/setup in the interactive shell | Eelco Dolstra | |
This ensures that not just environment variables are set, but also shell functions such as unpackPhase, configurePhase and so on. | |||
2013-07-03 | Manual: auto-optimise-store is disabled by default | Eelco Dolstra | |
2013-07-01 | Add support for uncompressed NARs in binary caches | Eelco Dolstra | |
Issue NixOS/hydra#102. | |||
2013-06-17 | Update release notes for Nix 1.5.3 | Eelco Dolstra | |
2013-06-13 | Typo | Eelco Dolstra | |
2013-06-05 | Update the default binary cache URL to cache.nixos.org | Eelco Dolstra | |
2013-05-29 | .bashrc -> .profile | Eelco Dolstra | |
2013-05-13 | Bump release date | Eelco Dolstra | |
2013-05-07 | Update release date | Eelco Dolstra | |
2013-05-07 | Add option ‘extra-binary-caches’ | Eelco Dolstra | |
This allows providing additional binary caches, useful in scripts like Hydra's build reproduction scripts, in particular because untrusted caches are ignored. | |||
2013-05-03 | Update release notes | Eelco Dolstra | |
2013-05-01 | Nix 1.5.2 release notes | Eelco Dolstra | |
2013-04-09 | Manual: Add a missing step to the build instructions | Eelco Dolstra | |
Reported by Johan Grande. | |||
2013-03-14 | Require Bison 2.6 | Eelco Dolstra | |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | |
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6. | |||
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | |
2013-02-28 | Update release notes | Eelco Dolstra | |
Also use a point release version number as suggested by several people. | |||
2013-02-27 | Handle hard links to other files in the output | Eelco Dolstra | |
2013-02-26 | Remove outdated file | Eelco Dolstra | |
2013-02-26 | Update release notes | Eelco Dolstra | |
2013-02-08 | Document ‘hashString’ | Eelco Dolstra | |
2013-01-24 | Improve -I description | Eelco Dolstra | |
Issue #88. | |||
2013-01-04 | Fix "0 store paths deleted" message | Eelco Dolstra | |
2013-01-03 | Clear any immutable bits in the Nix store | Eelco Dolstra | |
Doing this once makes subsequent operations like garbage collecting more efficient since we don't have to call makeMutable() first. | |||
2013-01-02 | Manual: Fix "nix-store --export" example | Eelco Dolstra | |
2013-01-02 | Reinstate the http://nixos.org/binary-cache default for the binary-caches ↵ | Eelco Dolstra | |
setting | |||
2013-01-02 | Update release notes | Eelco Dolstra | |
2012-12-29 | Allow mounting a path in a different location in the chroot | Eelco Dolstra | |
Fixes #24. | |||
2012-12-21 | download-from-binary-cache: Use the channels of the calling user rather than ↵ | Eelco Dolstra | |
root This should make live easier for single-user (non-daemon) installations. Note that when the daemon is used, the "calling user" is root so we're not using any untrusted caches. | |||
2012-12-21 | Typo fix | Eelco Dolstra | |
2012-12-12 | Allow setting the profile location using $NIX_PROFILE | Eelco Dolstra | |
Fixes #69. | |||
2012-12-06 | Set a long SQLite timeout in the binary cache substituter | Eelco Dolstra | |
2012-12-05 | Add release date | Eelco Dolstra | |
2012-12-04 | Updated release notes | Eelco Dolstra | |
2012-12-04 | Document new primops | Eelco Dolstra | |
2012-12-04 | Document multiple output support | Eelco Dolstra | |
2012-11-23 | nix-copy-closure: Add flag ‘--use-substitutes’ | Eelco Dolstra | |
2012-11-20 | nix-store -r: Add ‘--ignore-unknown’ flag | Eelco Dolstra | |
This flag causes paths that do not have a known substitute to be quietly ignored. This is mostly useful for Charon, allowing it to speed up deployment by letting a machine use substitutes for all substitutable paths, instead of uploading them. The latter is frequently faster, e.g. if the target machine has a fast Internet connection while the source machine is on a slow ADSL line. | |||
2012-11-09 | Manual: Don't use a store path in our closure | Eelco Dolstra | |
http://hydra.nixos.org/build/3313227 | |||
2012-11-09 | Use a shorter Nixpkgs channel URL | Eelco Dolstra | |
2012-11-09 | Update release notes | Eelco Dolstra | |