Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-03 | 2.1 release notes: Add note about s3-compatible stores | Graham Christensen | |
2018-08-03 | Add Nix 2.1 release notes | Eelco Dolstra | |
2018-08-03 | Merge pull request #2323 from samueldr/feature/selective-impurity | Eelco Dolstra | |
Allows selectively adding environment variables to pure shells. | |||
2018-08-02 | Allows selectively adding environment variables to pure shells. | Samuel Dionne-Riel | |
Includes documentation and test. | |||
2018-08-02 | s3 binary cache: support specifying an endpoint | Graham Christensen | |
Works for uploading and not downloading. | |||
2018-08-01 | Document s3 substitutions | Graham Christensen | |
2018-06-10 | manual: builtins.fromJSON: remove the claim that floats are not allowed | Michael Raskin | |
floating-point numbers are supported now, including the fromJSON builtin. Reported on IRC by inquisitiv3 | |||
2018-05-31 | Merge pull request #767 from mogorman/garbage_collect_keep_last_few | Peter Simons | |
Implement --delete-generations + flag for keeping last N number of gens | |||
2018-05-30 | Explicitly describe the effects of filterSource excluding a directory. | Shea Levy | |
2018-05-30 | Merge pull request #2164 from mickours/doc-fetchTarball-timout | Graham Christensen | |
Explain fetchTarball timeout behavior in the doc | |||
2018-05-30 | Explain fetchTarball timeout behavior in the doc | Michael Mercier | |
2018-05-25 | Document NIX_SSL_CERT_FILE for installation | Graham Christensen | |
2018-05-24 | Merge pull request #2157 from volth/bitwise | Eelco Dolstra | |
add builtins: __bitAnd, __bitOr, __bitXor | |||
2018-05-24 | add docs and tests | volth | |
2018-05-23 | Fix docs on --check suffix | Alexandre Esteves | |
2018-05-02 | docs: mention source of env variables used by `impureEnvVars`. | Gleb Peregud | |
2018-04-30 | nix-collect-garbage: little doc fix | Danylo Hlynskyi | |
This removes confusing documentation. It's better to remove doc than add implementation, because Nix 1.12 will surely have new GC interface anyway. Fixes https://github.com/NixOS/nix/issues/641 | |||
2018-04-23 | Merge branch 'aarch64-armv7' of git://github.com/lheckemann/nix | Shea Levy | |
Support extra compatible architectures (#1916) | |||
2018-04-20 | doc: Adds `--quiet` to the common options. | Samuel Dionne-Riel | |
Fixes #1298 | |||
2018-04-13 | Fix broken DocBook | Eelco Dolstra | |
2018-04-12 | Add to glossary and clarify garbage collection | Sean Seefried | |
While trying to understand garbage collection it was not immediately clear that only the runtime dependency closure of output paths would be kept (instead of the build-time dependency closure). This commit attempts to clarify this by expanding some of the glossary definitions and extending the Garbage Collection section. | |||
2018-04-09 | manual: Add all dependencies to source prerequisites (#2060) | John Arnold | |
2018-04-07 | fix typo in nix-env man page | Nicolas Dudebout | |
2018-04-06 | update/re-order the options docs | AmineChikhaoui | |
2018-04-06 | re-order the options using the alphabetical order and improve the example in ↵ | AmineChikhaoui | |
the positive lookup case | |||
2018-04-06 | add documentation for the local disk cache TTL config | AmineChikhaoui | |
2018-04-03 | document that writeTextFile from Nixpkgs is an alternative to builtins.toFile | Justin Humm | |
2018-03-27 | Merge pull request #2005 from shlevy/fetchgit-docs | Eelco Dolstra | |
Document fetchGit. | |||
2018-03-23 | Document fetchGit. | Shea Levy | |
Fixes #1981. | |||
2018-03-22 | doc: don't mention obsolete ssh-substituter-hosts | Dmitry Kalinkin | |
#1840 | |||
2018-03-20 | manual: correct repeated "--deriver". Add missing single char option aliases. | Corey O'Connor | |
2018-03-18 | Fix bad XML | Eelco Dolstra | |
2018-03-17 | doc: document the min-free and max-free options | zimbatm | |
2018-03-17 | doc: add xml:id to all the config options | zimbatm | |
2018-03-16 | rename build-extra-platforms -> extra-platforms | Linus Heckemann | |
also document it | |||
2018-03-01 | only delete things older than current gen and update logic in doc as | Matthew O'Gorman | |
well | |||
2018-03-01 | Implement --delete-generations + flag for keeping last N number of generations | Matthew O'Gorman | |
2018-03-01 | nix-channel grammar and punctuation | Michael Fiano | |
Minor changes to the nix-channel manpage for my first contribution | |||
2018-02-24 | Merge pull request #1901 from veprbl/patch-5 | Graham Christensen | |
Fix a small typo in the release notes | |||
2018-02-24 | doc: Fix a URL in the release notes for Nix 2.0 | Michael Weiss | |
2018-02-23 | Fix a small typo in the release notes | Dmitry Kalinkin | |
2018-02-22 | Fix example in release notes | Eelco Dolstra | |
2018-02-22 | Doh | Eelco Dolstra | |
2018-02-22 | Revert "Enable sandbox builds on Linux by default" | Eelco Dolstra | |
This reverts commit ddc58e789636e1b94149c342575d92583251fbf6. https://hydra.nixos.org/eval/1435322 | |||
2018-02-22 | Set release date | Eelco Dolstra | |
2018-02-22 | Enable sandbox builds on Linux by default | Eelco Dolstra | |
The overhead of sandbox builds is a problem on NixOS (since building a NixOS configuration involves a lot of small derivations) but not for typical non-NixOS use cases. So outside of NixOS we can enable it. Issue #179. | |||
2018-02-21 | Manual: Put configuration options in sorted order | Eelco Dolstra | |
2018-02-21 | Manual: Update chapter on remote builds | Eelco Dolstra | |
Alos add a command "nix ping-store" to make it easier to see if Nix can connect to a remote builder (e.g. 'nix ping-store --store ssh://mac'). | |||
2018-02-20 | Release notes: Add contributors | Eelco Dolstra | |
2018-02-19 | Remove macOS multi-user instructions | Eelco Dolstra | |
This is already handled by the installer. |