aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-21Merge pull request #5953 from edolstra/fix-realise-path-errorsEelco Dolstra
2022-01-21Fix exception handling around realisePath()Eelco Dolstra
2022-01-21Merge pull request #5949 from obsidiansystems/old-copyClosureEelco Dolstra
2022-01-21Merge pull request #5943 from NixOS/3204-fix-build-with-newer-nlohmann-jsonEelco Dolstra
2022-01-21Merge pull request #5942 from NixOS/5912-quieter-nix-why-dependsEelco Dolstra
2022-01-21Improve the description of the `--precise` optionThéophane Hufschmitt
2022-01-20Add back `copyClosure` for plain `StorePath`sJohn Ericson
2022-01-20Merge pull request #5946 from obsidiansystems/delete-dead-codeThéophane Hufschmitt
2022-01-19Remove dead field in NixArgsJohn Ericson
2022-01-19Fix the build with nlohmann/json 3.10.4+regnat
2022-01-19Make `nix why-depends` quieter by defaultregnat
2022-01-19Merge pull request #5905 from lincolnauster/flake-update-custom-commitEelco Dolstra
2022-01-18release-notes: document commit-lockfile-summary optionlincoln auster [they/them]
2022-01-18allow modifying lockfile commit msg with nix config optionlincoln auster [they/them]
2022-01-18Merge pull request #5906 from pennae/primops-optimizationEelco Dolstra
2022-01-18Merge pull request #5918 from tweag/tty-logsEelco Dolstra
2022-01-18Merge pull request #5929 from edolstra/copy-logsEelco Dolstra
2022-01-18Add examplesEelco Dolstra
2022-01-18Add a test for 'nix store copy-log' and 'nix log'Eelco Dolstra
2022-01-18Add Installable::toDrvPaths()Eelco Dolstra
2022-01-18Add a simple test for `nix why-depends`regnat
2022-01-18BinaryCacheStore: Implement addBuildLog()Eelco Dolstra
2022-01-18Add command 'nix store copy-log'Eelco Dolstra
2022-01-18Factor out --from / --to logicEelco Dolstra
2022-01-18DohEelco Dolstra
2022-01-18DohEelco Dolstra
2022-01-18Merge pull request #5932 from edolstra/remove-shared-stringsEelco Dolstra
2022-01-18Get rid of std::shared_ptr<std::string> and ref<std::string>Eelco Dolstra
2022-01-18Merge pull request #5720 from tomberek/flake_searchThéophane Hufschmitt
2022-01-18Fix the rendering of the example directory treeregnat
2022-01-17StringSource: Use std::string_viewEelco Dolstra
2022-01-17serialise.hh: Use std::string_viewEelco Dolstra
2022-01-17Merge pull request #5812 from pennae/small-perf-improvementsEelco Dolstra
2022-01-17Update documentation for paths on command lineAlexander Bantyev
2022-01-17Show build and substitution information when not connected to a TTYAlexander Bantyev
2022-01-17Merge pull request #5915 from NixOS/disallow-boost-referenceEelco Dolstra
2022-01-17Merge pull request #5914 from NixOS/5911-fix-nix-why-depends-pagerEelco Dolstra
2022-01-16Merge pull request #5919 from johnae/var-tmp-in-docker-imageRok Garbas
2022-01-15docker: var/tmp make add -p option to mkdir to also create parent dirsJohn Axel Eriksson
2022-01-15Remove the references to boost on darwinregnat
2022-01-15docker: also create var/tmp as some tools rely on itJohn Axel Eriksson
2022-01-14Merge pull request #5916 from NixOS/5896-git-in-docker-imageRok Garbas
2022-01-14Check that we don't search past a git repoAlexander Bantyev
2022-01-14Document searching upwards and fix documentation for installablesAlexander Bantyev
2022-01-14Add git to the docker imageregnat
2022-01-14Forbid runtime references to boostregnat
2022-01-14Add more tests for flake upward searchingAlexander Bantyev
2022-01-14Apply suggestions from code reviewtomberek
2022-01-14also cache split regexes, not just match regexespennae
2022-01-14optimize removeAttrs builtinpennae