Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-01 | More "make dist" fixes | Eelco Dolstra | 1 | -1/+3 | |
2014-02-01 | Fix "make dist" | Eelco Dolstra | 1 | -0/+5 | |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 2 | -118/+0 | |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -4/+4 | |
2014-02-01 | Build/install manual | Eelco Dolstra | 1 | -0/+79 | |
2014-01-13 | Document nulls | Eelco Dolstra | 1 | -0/+3 | |
2013-11-19 | Add a toJSON primop | Eelco Dolstra | 2 | -0/+17 | |
2013-11-14 | Remove nix-setuid-helper | Eelco Dolstra | 2 | -76/+18 | |
AFAIK, nobody uses it, it's not maintained, and it has no tests. | |||||
2013-10-28 | Update release notes, set version for 1.6.1 release | Eelco Dolstra | 1 | -1/+6 | |
2013-10-24 | Undocument obsolete form of "let" | Eelco Dolstra | 1 | -8/+2 | |
2013-10-24 | Doc fix | Eelco Dolstra | 1 | -2/+2 | |
2013-10-24 | Rename "attribute sets" to "sets" | Eelco Dolstra | 3 | -100/+99 | |
We don't have any other kind of sets so calling them attribute sets is unnecessarily verbose. | |||||
2013-10-24 | Manual: Fix broken URLs | Eelco Dolstra | 2 | -3/+3 | |
Fixes #172. | |||||
2013-10-24 | Document typeOf | Eelco Dolstra | 1 | -0/+13 | |
2013-10-24 | Document NIX_SHOW_STATS and NIX_COUNT_CALLS | Eelco Dolstra | 1 | -0/+18 | |
2013-10-17 | Fold two stack trace messages in derivations | Eelco Dolstra | 1 | -2/+3 | |
Combined with the previous changes, stack traces involving derivations are now much less verbose, since something like while evaluating the builtin function `getAttr': while evaluating the builtin function `derivationStrict': while instantiating the derivation named `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3': while evaluating the derivation attribute `propagatedNativeBuildInputs' at `/home/eelco/Dev/nixpkgs/pkgs/stdenv/generic/default.nix:78:17': while evaluating the attribute `outPath' at `/nix/store/212ngf4ph63mp6p1np2bapkfikpakfv7-nix-1.6/share/nix/corepkgs/derivation.nix:18:9': ... now reads while evaluating the attribute `propagatedNativeBuildInputs' of the derivation `gtk+-2.24.20' at `/home/eelco/Dev/nixpkgs/pkgs/development/libraries/gtk+/2.x.nix:11:3': ... | |||||
2013-10-17 | Nix 1.6.1 release notes | Eelco Dolstra | 1 | -0/+60 | |
2013-10-17 | two typos | goblin | 1 | -2/+2 | |
2013-09-10 | Version was called 1.6, not 1.6.0 | Eelco Dolstra | 1 | -1/+1 | |
2013-09-10 | Update release notes | Eelco Dolstra | 1 | -1/+37 | |
2013-09-06 | typo | Domen Kožar | 1 | -1/+1 | |
2013-09-03 | nix-env -i: Add a flag ‘--remove-all’ / ‘-r’ | Eelco Dolstra | 1 | -0/+14 | |
This is equivalent to running ‘nix-env -e '*'’ first, except that it happens in a single transaction. Thus, ‘nix-env -i pkgs...’ replaces the profile with the specified set of packages. The main motivation is to support declarative package management (similar to environment.systemPackages in NixOS). That is, if you have a specification ‘profile.nix’ like this: with import <nixpkgs> {}; [ thunderbird geeqie ... ] then after any change to ‘profile.nix’, you can run: $ nix-env -f profile.nix -ir to update the profile to match the specification. (Without the ‘-r’ flag, if you remove a package from ‘profile.nix’, it won't be removed from the actual profile.) Suggested by @zefhemel. | |||||
2013-09-02 | Manual: Make '' a bit clearer | Eelco Dolstra | 1 | -6/+6 | |
Issue #162. | |||||
2013-09-02 | Fix manual error | Eelco Dolstra | 1 | -1/+1 | |
Reported by Matija Šuklje. Fixes #163. | |||||
2013-09-02 | Update the release notes | Eelco Dolstra | 1 | -0/+52 | |
2013-09-02 | Add an option to limit the log output of builders | Eelco Dolstra | 1 | -0/+15 | |
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 | 1 | -1/+1 | |
2013-08-26 | Fix typos, especially those that end up in the Nix manual | Ivan Kozik | 10 | -24/+24 | |
2013-08-23 | Manual: Don't use actual hashes of Nix dependencies | Eelco Dolstra | 1 | -2/+2 | |
These cause an unnecessary runtime dependency :-) | |||||
2013-08-21 | Fix corrupt PNG | Eelco Dolstra | 1 | -0/+0 | |
Libpng used to accept this, but no longer does. | |||||
2013-07-19 | Add hacking notes plus a script for running nix-shell | Eelco Dolstra | 2 | -0/+42 | |
2013-07-19 | Rename ‘nix-build --run-env’ to ‘nix-shell’ | Eelco Dolstra | 5 | -85/+191 | |
2013-07-19 | nix-build --run-env: Add a ‘--pure’ flag | Eelco Dolstra | 1 | -1/+28 | |
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 | 1 | -1/+1 | |
2013-07-11 | nix-build --run-env: Source $stdenv/setup in the interactive shell | Eelco Dolstra | 1 | -8/+9 | |
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 | 1 | -5/+6 | |
2013-07-01 | Add support for uncompressed NARs in binary caches | Eelco Dolstra | 1 | -0/+7 | |
Issue NixOS/hydra#102. | |||||
2013-06-17 | Update release notes for Nix 1.5.3 | Eelco Dolstra | 1 | -0/+48 | |
2013-06-13 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2013-06-05 | Update the default binary cache URL to cache.nixos.org | Eelco Dolstra | 3 | -8/+8 | |
2013-05-29 | .bashrc -> .profile | Eelco Dolstra | 2 | -2/+2 | |
2013-05-13 | Bump release date | Eelco Dolstra | 1 | -1/+1 | |
2013-05-07 | Update release date | Eelco Dolstra | 1 | -1/+1 | |
2013-05-07 | Add option ‘extra-binary-caches’ | Eelco Dolstra | 1 | -2/+14 | |
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 | 1 | -2/+3 | |
2013-05-01 | Nix 1.5.2 release notes | Eelco Dolstra | 1 | -0/+9 | |
2013-04-09 | Manual: Add a missing step to the build instructions | Eelco Dolstra | 1 | -3/+4 | |
Reported by Johan Grande. | |||||
2013-03-14 | Require Bison 2.6 | Eelco Dolstra | 1 | -4/+3 | |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | 4 | -37/+74 | |
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6. | |||||
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | 4 | -74/+37 | |