Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-07-23 | Merge remote-tracking branch 'upstream/master' into misc-ca | John Ericson | |
2020-07-23 | Merge pull request #3854 from B4dM4n/registry-pin-write | Eelco Dolstra | |
Save changes made by "nix registry pin" to user registry | |||
2020-07-23 | Save changes made by "nix registry pin" to user registry | Fabian Möller | |
2020-07-23 | Merge pull request #3850 from obsidiansystems/references-scan-cleanup | Eelco Dolstra | |
Separate concerns in `scanForReferences` with TeeSink | |||
2020-07-22 | Separate concerns in `scanForReferences` with TeeSink | John Ericson | |
This also will make it easier to use a `HashModuloSink` instead for CA derivations. | |||
2020-07-22 | Merge pull request #3848 from knedlsepp/patch-1 | Eelco Dolstra | |
README: Fix link to hacking guide | |||
2020-07-22 | README: Fix link to hacking guide | Josef Kemetmüller | |
The link was previously interpreted as if it were relative to the current file. | |||
2020-07-21 | Merge pull request #3736 from ↵ | Eelco Dolstra | |
obsidiansystems/allow-relative-paths-in-store-option Allow relative paths in --store option | |||
2020-07-21 | Merge pull request #3714 from obsidiansystems/add-body-to-network-errors | Eelco Dolstra | |
Add response body to network errors | |||
2020-07-21 | Change logic for deciding what is a relative path for the local store | John Ericson | |
The was Eelco's prefered logic, and it looks good to me! | |||
2020-07-21 | Merge pull request #3844 from ↵ | Eelco Dolstra | |
obsidiansystems/update-chunksize-to-suggested-value Update chunkSize to the suggested value | |||
2020-07-21 | Update chunkSize to the suggested value | Carlo Nucera | |
This was a suggested course of action in a review in one of our earlier commits, https://github.com/NixOS/nix/pull/3801#discussion_r457557079 | |||
2020-07-21 | Merge remote-tracking branch 'upstream/master' into add-body-to-network-errors | John Ericson | |
2020-07-21 | Update src/libstore/build.cc | John Ericson | |
2020-07-21 | Merge pull request #3801 from obsidiansystems/from-dump-stream | Eelco Dolstra | |
Constant space `addToStoreFromDump` and deduplicate code | |||
2020-07-21 | Merge pull request #3840 from Mic92/docs | Eelco Dolstra | |
README: improve development docs | |||
2020-07-21 | Merge pull request #3842 from obsidiansystems/fix-and-document-addToStoreSlow | Eelco Dolstra | |
Correct bug, thoroughly document addToStoreSlow | |||
2020-07-21 | Merge branch 'fix-and-document-addToStoreSlow' of ↵ | John Ericson | |
github.com:obsidiansystems/nix into from-dump-stream | |||
2020-07-21 | Merge branch 'fix-and-document-addToStoreSlow' of ↵ | John Ericson | |
github.com:obsidiansystems/nix into misc-ca | |||
2020-07-20 | Correct bug, thoroughly document addToStoreSlow | Carlo Nucera | |
2020-07-20 | Update doc/manual/hacking.xml | Jörg Thalheim | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2020-07-20 | Use heuristics to decide when to show the response | Carlo Nucera | |
Due to https://github.com/NixOS/nix/issues/3841 we don't know how print different messages for different verbosity levels. | |||
2020-07-20 | Add another Unimplemented case | Carlo Nucera | |
2020-07-20 | Merge branch 'ca-derivation-data-types' of github.com:obsidiansystems/nix ↵ | Carlo Nucera | |
into misc-ca | |||
2020-07-20 | Add UnimplementedError to ease grepping for these | Carlo Nucera | |
2020-07-20 | Merge remote-tracking branch 'upstream/master' into from-dump-stream | John Ericson | |
2020-07-20 | Merge pull request #3822 from obsidiansystems/dump-thrice-fixme | Eelco Dolstra | |
Optimize `addToStoreSlow` and remove `TeeParseSink` | |||
2020-07-20 | Apply suggestions from code review | John Ericson | |
Co-authored-by: Eelco Dolstra <edolstra@gmail.com> | |||
2020-07-20 | README: improve development docs | Jörg Thalheim | |
2020-07-19 | Merge pull request #3834 from ajkovar/source-line-3393 | Eelco Dolstra | |
Add newline to profile sourcing line #3393 | |||
2020-07-18 | Add newline to profile sourcing line #3393 | Alex Kovar | |
2020-07-18 | Merge pull request #3832 from Mic92/shell-impurity | Eelco Dolstra | |
fix make's impurity on /bin/sh | |||
2020-07-18 | Merge pull request #3828 from BurNiinTRee/restore-signals-before-edit | Eelco Dolstra | |
nix edit: call restoreSignals() before `execvp`-ing the $EDITOR | |||
2020-07-18 | fix make's impurity on /bin/sh | Jörg Thalheim | |
This is important when using tooling like BEAR to generate compilation database since the used glibc version needs to match for LD_PRELOAD to work. It might be also beneficial when building on systems other than NixOS with nix develop since /bin/sh might be not bash (which is what all nix devs use for testing). This fix is not perfect because Makefile.config.in itself is also build with make but strictly better than the status quo. | |||
2020-07-17 | Remove stray added file | John Ericson | |
2020-07-17 | Add `DerivationType::CAFloating` | John Ericson | |
2020-07-17 | Test relative store paths | Carlo Nucera | |
2020-07-17 | Merge branch 'master' of github.com:NixOS/nix into ↵ | Carlo Nucera | |
allow-relative-paths-in-store-option | |||
2020-07-17 | Revert "Don't anticipate CA but not fixed outputs for now" | Carlo Nucera | |
This reverts commit 3a9e4c32624b36b70cf8d553fd76a85ee97773ab. | |||
2020-07-17 | Revert "Don't anticipate multiple CA outputs for now" | Carlo Nucera | |
This reverts commit 74b251b2f3d6414de051c8523011c0ee3c5ea154. | |||
2020-07-17 | Revert "Don't anticipate hash algo without hash in derivation for now" | Carlo Nucera | |
This reverts commit 3804e3df9bb479fe1d399f29d16a1aabaf352c19. | |||
2020-07-17 | nix edit: call restoreSignals() before `execvp`-ing the $EDITOR | Lars Mühmel | |
Currently resizing of the terminal doesn't play nicely with nix edit when using kakoune as the editor, as it relies on the SIGWINCH signal which is trapped by nix. How this is not a problem with e.g. vim is beyond me. Virtually all other exec* calls are following a call to restoreSignals(). This commit adds this behavior to nix edit as well. | |||
2020-07-17 | Merge branch 'ca-drv' of github.com:Ericson2314/nix into misc-ca | Carlo Nucera | |
2020-07-17 | Merge branch 'master' of github.com:NixOS/nix into misc-ca | Carlo Nucera | |
2020-07-17 | Merge pull request #3827 from obsidiansystems/add-back-compat-shell.nix | Eelco Dolstra | |
Add back flake-compat shell.nix | |||
2020-07-17 | Add back flake-compat shell.nix | John Ericson | |
This was removed in the merge commit adf2fbbdc2c94644b0d1023d844c7dc0e485a20f. I think this was a mistake that occurred when resolving a conflict. | |||
2020-07-17 | Merge branch 'multi-output-hashDerivationModulo' of ↵ | Carlo Nucera | |
github.com:Ericson2314/nix into misc-ca | |||
2020-07-17 | parseFlakeRef(): Only search for the top-level directory for CLI flakerefs | Eelco Dolstra | |
2020-07-17 | nix profile diff-closures: Don't inherit EvalCommand | Eelco Dolstra | |
2020-07-16 | Merge branch 'optional-derivation-output-storepath' of ↵ | Carlo Nucera | |
github.com:obsidiansystems/nix into ca-derivation-data-types |