Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-26 | Merge remote-tracking branch 'origin/master' into flakes | Eelco Dolstra | |
2020-06-25 | Fix empty std::optional dereference in writeDerivation() | Eelco Dolstra | |
https://hydra.nixos.org/build/123017579 | |||
2020-06-23 | nix flake init: Use git add --force | Eelco Dolstra | |
2020-06-23 | Merge pull request #3724 from bburdette/hintfmt-percent | Eelco Dolstra | |
Hintfmt percent test, and fix | |||
2020-06-22 | with normaltxt, elide yellow color code instead of canceling it; use ↵ | Ben Burdette | |
normaltxt on plain_string hintfmt | |||
2020-06-22 | Update src/libutil/fmt.hh | Ben Burdette | |
Co-authored-by: John Ericson <git@JohnEricson.me> | |||
2020-06-22 | nix flake check: Don't build apps | Eelco Dolstra | |
This was inconsistent since we're not building 'packages' or 'defaultPackage' either. Closes #3726. | |||
2020-06-19 | tidying up | Ben Burdette | |
2020-06-19 | fmt -> hintfmt test | Ben Burdette | |
2020-06-19 | remove formathelper | Ben Burdette | |
2020-06-19 | escape percents | Ben Burdette | |
2020-06-19 | too few, too many args | Ben Burdette | |
2020-06-19 | add hintfmt test | Ben Burdette | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
validPathInfo-ca-proper-datatype | |||
2020-06-19 | Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into no-hash-type-unknown | John Ericson | |
2020-06-19 | tabs -> spaces | John Ericson | |
2020-06-19 | More designated initializers | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'me/no-stringly-typed-derivation-output' into ↵ | John Ericson | |
validPathInfo-ca-proper-datatype | |||
2020-06-19 | Remove unneeded constructor for `DerivationOutputHash` | John Ericson | |
2020-06-19 | Remove uneeded `= default` for Hash | John Ericson | |
2020-06-19 | Merge remote-tracking branch 'upstream/master' into ↵ | John Ericson | |
no-stringly-typed-derivation-output | |||
2020-06-19 | Use designated initializers for `DerivationOutputHash` | John Ericson | |
2020-06-19 | FileSystemHash -> DerivationOutputHash | John Ericson | |
2020-06-19 | Merge pull request #3669 from gilligan/add-compression-tests | Eelco Dolstra | |
Add compression unit tests | |||
2020-06-19 | Remove some `Base::` that crept in | John Ericson | |
2020-06-18 | Merge branch 'validPathInfo-temp' into validPathInfo-ca-proper-datatype | John Ericson | |
2020-06-18 | Merge branch 'no-hash-type-unknown' into validPathInfo-temp | John Ericson | |
2020-06-18 | Revert the `enum struct` change | John Ericson | |
Not a regular git revert as there have been many merges and things. | |||
2020-06-18 | Merge branch 'enum-class' into no-hash-type-unknown | John Ericson | |
2020-06-18 | Merge remote-tracking branch 'upstream/master' into enum-class | John Ericson | |
2020-06-18 | Merge pull request #3709 from expipiplus1/master | Eelco Dolstra | |
Mention number of derivations to be build/fetched in output | |||
2020-06-18 | Don't provide 'getFlake' if the 'flakes' feature is not enabled | Eelco Dolstra | |
(cherry picked from commit 0a1d3c1dd311f94e9d1f56e1aa7fe1ab34314ec1) | |||
2020-06-18 | Some backports from the flakes branch | Eelco Dolstra | |
2020-06-18 | Remove unneeded #include | Eelco Dolstra | |
2020-06-18 | Make constant primops lazy | Eelco Dolstra | |
(cherry picked from commit aa0e2a2e70a3519a9dcb9b1da000a13c01aa6cc1) | |||
2020-06-18 | github: Respect default branch | Eelco Dolstra | |
2020-06-18 | Rename content-addressed-paths into ca-derivations | regnat | |
See <https://github.com/NixOS/nix/pull/3710#issuecomment-645480333> | |||
2020-06-17 | Merge pull request #3713 from matthewbauer/cleanup-warnings | Eelco Dolstra | |
Cleanup class StorePath warning | |||
2020-06-17 | Merge pull request #3712 from ↵ | Eelco Dolstra | |
obsidiansystems/make-http-successful-states-coherent Make successful states coherent | |||
2020-06-17 | Remove unused narInfoFile in binary-cache-store | Matthew Bauer | |
2020-06-17 | Replace struct StorePath with class StorePath | Matthew Bauer | |
also a similar case with struct Goal | |||
2020-06-17 | Include review comments | Carlo Nucera | |
2020-06-17 | Merge pull request #3710 from tweag/reserve_ca_derivations | Eelco Dolstra | |
Reserve the `__contentAddressed` derivation parameter | |||
2020-06-17 | Merge pull request #3707 from p01arst0rm/outdated-function-fix | Eelco Dolstra | |
replaced uncaught_exception with uncaught_exceptions | |||
2020-06-17 | nix eval: Add --apply flag for post-processing the result | Eelco Dolstra | |
2020-06-17 | fixup! Reserve the `__contentAddressed` derivation parameter | regnat | |
2020-06-17 | Make successful states coherent | Carlo Nucera | |
The successful states used in these two places in the code were slightly different. Should they be the same list? | |||
2020-06-17 | InstallableFlake: Show all possible attribute names | Eelco Dolstra | |
E.g. $ nix run nixpkgs#hello error: --- Error ---------- nix flake 'flake:nixpkgs' does not provide attribute 'apps.x86_64-linux.hello' or 'hello' instead of $ nix run nixpkgs#hello error: --- Error ---------- nix flake 'flake:nixpkgs' does not provide attribute 'hello' | |||
2020-06-17 | Use `ansicolor.hh` in `nix repl` rather than duplicates | John Ericson | |