Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-07 | Merge pull request #3120 from samdoshi/remove-search-verbose | Eelco Dolstra | |
nix search: remove verbose example | |||
2019-10-07 | nix search: remove verbose example | Sam Doshi | |
2019-10-04 | Revert "std::uncaught_exception() -> std::uncaught_exceptions()" | Eelco Dolstra | |
This reverts commit 6b83174ffffbdfc3f876d94d5178e0b83f675cae because it doesn't work on macOS yet. https://hydra.nixos.org/build/102617587 | |||
2019-10-02 | Fix indentation | Eelco Dolstra | |
2019-10-01 | Use more robust test for libatomics | Matthew Bauer | |
Taken from Mesa configure script: https://github.com/mesa3d/mesa/blob/17.2/configure.ac#L405-L427 | |||
2019-10-01 | Add libatomic for 32-bit ARM | Matthew Bauer | |
Fixes #3113 | |||
2019-10-01 | Merge pull request #3112 from zimbatm/fetchTarball-with-chroot | Eelco Dolstra | |
Fix fetchTarball with chroot stores | |||
2019-10-01 | Fix fetchTarball with chroot stores | Eelco Dolstra | |
Fixes #2405. | |||
2019-09-30 | Merge pull request #2338 from bobvanderlinden/pr-cannot-delete-alive-why | Domen Kožar | |
mention `nix-store --query --roots` when a path cannot be deleted | |||
2019-09-30 | Merge pull request #3080 from Infinisil/tryEval-docs | Domen Kožar | |
docs: Note that tryEval doesn't do deep evaluation | |||
2019-09-30 | Merge pull request #3106 from JosephLucas/patch-1 | Domen Kožar | |
Update garbage-collection.xml readability | |||
2019-09-23 | Update garbage-collection.xml readability | Joseph Lucas | |
1. remove a typo space 2. Simplify negative style by using affirmative style | |||
2019-09-23 | Merge pull request #3103 from bhipple/fix/spelling | Eelco Dolstra | |
Fix spelling in comment | |||
2019-09-23 | Merge pull request #3104 from zimbatm/no-show-trace-forwarding | Eelco Dolstra | |
libstore: don't forward --show-trace | |||
2019-09-22 | Shut up some warnings | Eelco Dolstra | |
(cherry picked from commit 99e8e58f2de9941353b47ed14fbe4ed76d635519) | |||
2019-09-22 | Don't catch exceptions by value | Eelco Dolstra | |
(cherry picked from commit 893be6f5e36abb58bbaa9c49055a5218114dd514) | |||
2019-09-22 | libstore: don't forward --show-trace | zimbatm | |
2019-09-21 | Fix spelling in comment | Benjamin Hipple | |
2019-09-19 | Merge pull request #3097 from zimbatm/show-traces | Eelco Dolstra | |
function-trace: always show the trace | |||
2019-09-18 | function-trace: always show the trace | zimbatm | |
If the user invokes nix with --trace-function-calls it means that they want to see the trace. | |||
2019-09-18 | Merge pull request #3094 from alexfmpe/fix-builtins-order | Eelco Dolstra | |
Move 'builtins.splitVersion' to position respecting alphabetical order | |||
2019-09-17 | Move 'builtins.splitVersion' to position respecting alphabetical order | Alexandre Esteves | |
2019-09-13 | std::uncaught_exception() -> std::uncaught_exceptions() | Eelco Dolstra | |
The former is deprecated in C++17. Fixes a clang warning. | |||
2019-09-11 | Merge pull request #3089 from jtanguy/docs-fetchgit | Eelco Dolstra | |
Improve the fetchGit documentation examples | |||
2019-09-11 | docs: Use the explicit ref for fetchGit with a tag | Julien Tanguy | |
With the merge of #2582, the syntax "tags/1.9" for refs does not work anymore. However, the new syntax "refs/tags/1.9" seems to support annotated tags, such as "refs/tags/2.0". Closes #2385. | |||
2019-09-11 | docs: Fix a typo in github in an example | Julien Tanguy | |
2019-09-04 | Disable OpenSSL lock callback on OpenSSL >= 1.1.1 | Eelco Dolstra | |
2019-09-04 | upload-release.pl: Fix sshfs call | Eelco Dolstra | |
2019-09-04 | BinaryCacheStore: Add index-debug-info option | Eelco Dolstra | |
This integrates the functionality of the index-debuginfo program in nixos-channel-scripts to maintain an index of DWARF debuginfo files in a format usable by dwarffs. Thus the debug info index is updated by Hydra rather than by the channel mirroring script. Example usage: $ nix copy --to 'file:///tmp/binary-cache?index-debug-info=true' /nix/store/vr9mhcch3fljzzkjld3kvkggvpq38cva-nix-2.2.2-debug $ cat /tmp/binary-cache/debuginfo/036b210b03bad75ab2d8fc80b7a146f98e7f1ecf.debug {"archive":"../nar/0313h2kdhk4v73xna9ysiksp2v8xrsk5xsw79mmwr3rg7byb4ka8.nar.xz","member":"lib/debug/.build-id/03/6b210b03bad75ab2d8fc80b7a146f98e7f1ecf.debug"} Fixes #3083. | |||
2019-09-04 | Bump version | Eelco Dolstra | |
2019-09-04 | Tweak release notes | Eelco Dolstra | |
2019-09-04 | Set release date | Eelco Dolstra | |
2019-09-04 | gc-auto.sh: Increase sleep time | Eelco Dolstra | |
2019-09-03 | gc-auto.sh: More test fixes | Eelco Dolstra | |
2019-09-03 | Support allowSubstitutes attribute in structured attribute derivations | Eelco Dolstra | |
Hopefully fixes #3081 (didn't test). | |||
2019-09-03 | gc-auto.sh: Add some more instrumentation | Eelco Dolstra | |
2019-09-03 | Add some noexcepts | Eelco Dolstra | |
This is to assert that callback functions should never throw (since the context in which they're called may not be able to handle the exception). | |||
2019-09-03 | Ensure that Callback is called only once | Eelco Dolstra | |
Also, make Callback movable but uncopyable. | |||
2019-09-03 | Downloader: Remove a possible double call to Callback | Eelco Dolstra | |
2019-09-03 | Merge pull request #3066 from matthewbauer/wait4path | Eelco Dolstra | |
Use wait4path on org.nixos.nix-daemon.plist | |||
2019-09-03 | docs: Note that tryEval doesn't do deep evaluation | Silvan Mosberger | |
2019-09-02 | Fix launchd program args | Matthew Bauer | |
launchd has some weird syntx. Apparently the program needs to be in the ProgramArguments, as Program appears to be ignored. | |||
2019-08-29 | Merge pull request #3069 from matthewbauer/max-name | Eelco Dolstra | |
Set maximum name length in Nix | |||
2019-08-29 | Merge pull request #3048 from toonn/nix-env_doc | Eelco Dolstra | |
Fix nix-env documentation for --delete-generations | |||
2019-08-29 | Don't rely on st_blocks | Eelco Dolstra | |
It doesn't seem very reliable on ZFS. | |||
2019-08-29 | Reword to clarify newer generations are left alone | toonn | |
My attempt at clarifying the docs resulted in a false explanation. This is now fixed and I added an example to eliminate all possible confusion. | |||
2019-08-29 | Maybe fix #3058 | Eelco Dolstra | |
2019-08-29 | Add some more instrumentation | Eelco Dolstra | |
2019-08-29 | Cleanup | Eelco Dolstra | |
2019-08-28 | gc-auto.sh: Increase verbosity | Eelco Dolstra | |