Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-05-02 | Simplify multi-user installation instructions | Eelco Dolstra | 1 | -49/+12 | |
2014-04-28 | doc fix: swap 'import' and 'export' | Charles Strahan | 1 | -2/+2 | |
2014-04-25 | trunk -> master | Eelco Dolstra | 1 | -2/+2 | |
2014-04-15 | nix-env: Minor change to '--delete-generations Nd' semantics | Ricardo M. Correia | 2 | -3/+5 | |
The option '--delete-generations Nd' deletes all generations older than N days. However, most likely the user does not want to delete the generation that was active N days ago. For example, say that you have these 3 generations: 1: <30 days ago> 2: <15 days ago> 3: <1 hour ago> If you do --delete-generations 7d (say, as part of a cron job), most likely you still want to keep generation 2, i.e. the generation that was active 7 days ago (and for most of the past 7 days, in fact). This patch fixes this issue. Note that this also affects 'nix-collect-garbage --delete-older-than Nd'. Thanks to @roconnor for noticing the issue! | |||||
2014-04-11 | Bump date | Eelco Dolstra | 1 | -2/+2 | |
2014-04-10 | Don't barf when installing as root | Eelco Dolstra | 1 | -1/+1 | |
2014-04-09 | Add docbook icons to the distribution | Eelco Dolstra | 17 | -2/+2 | |
Grmbl... | |||||
2014-04-08 | Simplify quick start section | Eelco Dolstra | 1 | -46/+11 | |
2014-04-08 | Remove redundant stuff | Eelco Dolstra | 1 | -64/+0 | |
2014-04-08 | Update installation instructions | Eelco Dolstra | 1 | -22/+32 | |
2014-04-07 | Update release notes | Eelco Dolstra | 1 | -1/+12 | |
2014-04-04 | Update release notes | Eelco Dolstra | 1 | -0/+14 | |
2014-04-04 | Document that we require a C++11 compiler | Eelco Dolstra | 1 | -0/+4 | |
2014-03-30 | nix-collect-garbage: Add --delete-older-than option | Ricardo M. Correia | 1 | -6/+12 | |
2014-03-30 | nix-env: Add support for --delete-generations 15d | Ricardo M. Correia | 1 | -3/+7 | |
It will delete all generations older than the specified number of days. | |||||
2014-03-12 | Document nix-env -q --json | Eelco Dolstra | 1 | -0/+8 | |
2014-03-12 | Generate release notes again | Eelco Dolstra | 2 | -8/+31 | |
2014-03-12 | Update release notes for 1.7 | Eelco Dolstra | 1 | -45/+247 | |
2014-03-11 | Fix typos | Eelco Dolstra | 2 | -3/+3 | |
2014-03-11 | Document null dynamic attrs | Shea Levy | 2 | -1/+15 | |
2014-02-28 | Typo | Eelco Dolstra | 1 | -1/+1 | |
2014-02-26 | Also provide an option for setting the curl connection timeout | Eelco Dolstra | 1 | -0/+14 | |
2014-02-26 | Document dynamic attributes | Shea Levy | 2 | -4/+23 | |
Signed-off-by: Shea Levy <shea@shealevy.com> | |||||
2014-02-19 | nix-shell: Add --packages flag | Eelco Dolstra | 1 | -2/+30 | |
This allows you to easily set up a build environment containing the specified packages from Nixpkgs. For example: $ nix-shell -p sqlite xorg.libX11 hello will start a shell in which the given packages are present. | |||||
2014-02-19 | nix-instantiate: Rename --eval-only to --eval, --parse-only to --parse | Eelco Dolstra | 1 | -15/+15 | |
2014-02-19 | nix-instantiate: Add a flag --expr / -E to read expressions from the command ↵ | Eelco Dolstra | 4 | -86/+126 | |
line This is basically a shortcut for ‘echo 'expr...' | nix-instantiate -’. Also supported by nix-build and nix-shell. | |||||
2014-02-19 | Move manpages around | Eelco Dolstra | 1 | -4/+4 | |
2014-02-17 | nix-store --gc --max-freed: Support a unit specifier | Eelco Dolstra | 1 | -2/+6 | |
E.g. "--max-freed 10G" means "free ten gigabytes". | |||||
2014-02-17 | nix-shell: Execute shellHook if it exists | Eelco Dolstra | 1 | -0/+16 | |
Since normal builds don't execute shellHook, this allows nix-shell specific customisation. Suggested by Domen. | |||||
2014-02-12 | Document current meaning of preferLocalBuild | Eelco Dolstra | 1 | -5/+8 | |
Closes #208. | |||||
2014-02-10 | Binary tarball: Automatically create /nix | Eelco Dolstra | 1 | -15/+14 | |
The tarball can now be unpacked anywhere. The installation script uses "sudo" to create /nix if it doesn't exist. It also fetches the nixpkgs-unstable channel. | |||||
2014-02-10 | nix-shell: Use shell.nix as the default expression if it exists | Eelco Dolstra | 1 | -6/+12 | |
2014-02-07 | Rename --no-readonly-mode --read-write-mode | Shea Levy | 1 | -2/+2 | |
Signed-off-by: Shea Levy <shea@shealevy.com> | |||||
2014-02-07 | nix-instantiate: Add a --no-readonly-mode flag | Shea Levy | 1 | -0/+12 | |
This allows running nix-instantiate --eval-only without performing the evaluation in readonly mode, letting features like import from derivation and automatic substitution of builtins.storePath paths work. Signed-off-by: Shea Levy <shea@shealevy.com> | |||||
2014-02-01 | Only run "git ls-files" when doing "make check" | Eelco Dolstra | 1 | -1/+1 | |
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 | |