Age | Commit message (Expand) | Author | Files | Lines |
2019-08-15 | Merge pull request #2945 from danidiaz/doc001 | Eelco Dolstra | 1 | -9/+31 |
2019-08-15 | Merge pull request #2782 from grahamc/flames | Eelco Dolstra | 1 | -0/+28 |
2019-08-15 | Expanded documentation for .nix-defexpr | Daniel Diaz | 1 | -9/+31 |
2019-08-14 | Track function start and ends for flame graphs | Graham Christensen | 1 | -0/+28 |
2019-08-08 | conf: stalled-download-timeout: make tunable | Graham Christensen | 1 | -0/+8 |
2019-08-07 | fixup: docs for post-build-hook | Graham Christensen | 1 | -1/+1 |
2019-08-07 | Merge pull request #2995 from tweag/post-build-hook | Eelco Dolstra | 3 | -0/+217 |
2019-08-06 | post-build-hook: docs fixup | Graham Christensen | 2 | -3/+7 |
2019-08-02 | Add a post-build-hook | regnat | 3 | -0/+213 |
2019-08-02 | Tweak min-free/max-free descriptions | Eelco Dolstra | 1 | -5/+9 |
2019-07-19 | docs: document balancing cores and max-jobs | Graham Christensen | 3 | -2/+128 |
2019-07-06 | Merge pull request #2882 from grahamc/docs/1115-tarball-ttl | Eelco Dolstra | 2 | -2/+27 |
2019-07-05 | tarball-ttl: document | Graham Christensen | 2 | -2/+27 |
2019-07-03 | Merge branch 'autoconf-ubuntu-16.04-fixes' of https://github.com/nh2/nix | Eelco Dolstra | 1 | -1/+5 |
2019-07-03 | autoconf: Fix C++17 detection not working on Ubuntu 16.04. | Niklas Hambüchen | 1 | -1/+1 |
2019-07-03 | autoconf: Work around editline not being found on Ubuntu 16.04. | Niklas Hambüchen | 1 | -0/+4 |
2019-07-02 | Merge pull request #2779 from LnL7/build-exit-codes | Eelco Dolstra | 1 | -0/+42 |
2019-07-02 | Merge pull request #2724 from LnL7/manpage-add-fixed | Eelco Dolstra | 1 | -0/+54 |
2019-07-02 | Merge pull request #2582 from LnL7/fetchgit-refs | Eelco Dolstra | 3 | -0/+38 |
2019-07-02 | nix-store: document --add-fixed | Daiderd Jordan | 1 | -0/+54 |
2019-07-02 | builtins.fetchGit: document absolute ref support | Graham Christensen | 3 | -0/+38 |
2019-07-02 | build: replace 100 offset for build exit codes | Daiderd Jordan | 1 | -2/+9 |
2019-07-02 | nix-store: document exit codes | Daiderd Jordan | 1 | -0/+35 |
2019-06-25 | nix-channel: Don't fetch binary-cache-url | Eelco Dolstra | 1 | -18/+5 |
2019-06-20 | Nix uses the CPP SDK, not Java | Bruno Bieth | 1 | -2/+2 |
2019-06-04 | Minor typo | JorisE | 1 | -1/+1 |
2019-05-21 | doc: clarify that optional attrs in a function argument will be ignored unles... | Maximilian Bosch | 1 | -1/+19 |
2019-05-17 | docs: describe $IN_NIX_SHELL values (#2796) | Vladimír Čunát | 1 | -1/+2 |
2019-05-12 | Clarify where output from the diff hook goes. | Graham Christensen | 1 | -4/+5 |
2019-05-12 | diff hook: execute as the build user, and pass the temp dir | Graham Christensen | 2 | -14/+18 |
2019-05-12 | build: run diff-hook under --check and document diff-hook | Graham Christensen | 3 | -4/+285 |
2019-05-08 | Merge pull request #2765 from nh2/manual-nixpkgs-word | Eelco Dolstra | 1 | -3/+3 |
2019-05-03 | Add builtins.hashFile | Daniel Schaefer | 1 | -0/+13 |
2019-04-14 | manual: "Nix Package collection" -> "Nixpkgs package collection". | Niklas Hambüchen | 1 | -3/+3 |
2019-03-31 | docs: Mention `--max-jobs 0` to build remotely only | Niklas Hambüchen | 2 | -2/+13 |
2019-03-25 | manual: mention the "channel:" shorthand for NIX_PATH | Dmitry Kalinkin | 1 | -2/+7 |
2019-03-24 | Add isPath primop | zimbatm | 1 | -0/+8 |
2019-03-21 | manual: include builtins.* for globally available builtins | Linus Heckemann | 1 | -0/+17 |
2019-03-16 | Link to `builders-use-substitutes` in chapter on distributed builds | Joachim Breitner | 1 | -0/+4 |
2019-03-14 | docs: fix typo in AllowDirectReads | Andreas Rammhold | 1 | -1/+1 |
2019-03-01 | manual nitpick: document sha512 support in hashString | Vladimír Čunát | 1 | -2/+2 |
2019-01-23 | nix-store: make --dump-db take a list of paths to dump | Spencer Baugh | 1 | -0/+8 |
2019-01-20 | Merge pull request #2635 from veprbl/patch-7 | Domen Kožar | 1 | -1/+2 |
2019-01-19 | manual: "sandbox" option default is "true" on Linux | Dmitry Kalinkin | 1 | -1/+2 |
2019-01-18 | Update instructions for Haskell script using nix-shell interpreter | Samuel Evans-Powell | 1 | -1/+1 |
2019-01-10 | Add 2.2 release notes | Eelco Dolstra | 1 | -4/+118 |
2019-01-07 | Don't look for a "pv" program, or mention it in the manual source | John Ericson | 1 | -9/+0 |
2018-12-14 | Clarify nix-instantiate --read-write-mode | Patrick Hilhorst | 1 | -1/+3 |
2018-12-13 | Merge pull request #2569 from veprbl/pr/update_prerequisites | Eelco Dolstra | 1 | -0/+19 |
2018-12-13 | docs: raise minimal boost version to 1.66 | Dmitry Kalinkin | 1 | -1/+1 |