aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2022-01-28bundler: revert default behavior to use defaultAppTom Bereknyei
2022-01-27optionally return string_view from coerceToStringpennae
2022-01-27return string_views from forceString*pennae
2022-01-27convert a for more utilities to string_viewpennae
2022-01-25fix typolincoln auster
2022-01-25nix store ping: Report Nix daemon versionEelco Dolstra
2022-01-25flakes: document nixConfig optionlincoln auster [they/them]
2022-01-25bundler: notes and doc update to include bundlers repoTom Bereknyei
2022-01-25bundler: add tests and change defaults to use a derivationTom Bereknyei
2022-01-24Refactor bundler APITom Bereknyei
2022-01-24bundler: pass drv attrset instead of pathTom Bereknyei
2022-01-24hiliteMatches(): Style fixes, pass more stuff by referenceEelco Dolstra
2022-01-24Merge pull request #5945 from afishhh/masterThéophane Hufschmitt
2022-01-21forceList: make pos mandatoryKevin Amado
2022-01-21forceAttrs: make pos mandatoryKevin Amado
2022-01-21forceValue: make pos mandatoryKevin Amado
2022-01-21Move hilite_all into libutil and rename it to hiliteMatchesFishhh
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-20Make `hilite_all` take an iterator of matches instead of a vector.Hubert Głuchowski
2022-01-19Remove dead field in NixArgsJohn Ericson
2022-01-19Make `nix search` highlight all matches of a regexHubert Głuchowski
2022-01-19Make `nix search` highlight all regexesHubert Głuchowski
2022-01-19defer formals duplicate check for incresed efficiency all roundpennae
2022-01-19Make `nix why-depends` quieter by defaultregnat
2022-01-18Merge pull request #5918 from tweag/tty-logsEelco Dolstra
2022-01-18Add examplesEelco Dolstra
2022-01-18Add Installable::toDrvPaths()Eelco Dolstra
2022-01-18Add command 'nix store copy-log'Eelco Dolstra
2022-01-18Factor out --from / --to logicEelco 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-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-14Document searching upwards and fix documentation for installablesAlexander Bantyev
2022-01-14Start the pager early-enough in `nix why-depends`regnat
2022-01-13avoid copies of parser input datapennae
2022-01-04Ensure that attrsets are sortedEelco Dolstra
2021-12-29Add ability to toggle show-trace from within the replAlexander Bantyev
2021-12-27Fix accidental O(n^2 * log n) performance in NixRepl::addAttrsToScopeYorick van Pelt
2021-12-22Merge pull request #5821 from edolstra/remove-affinityEelco Dolstra
2021-12-22Merge pull request #5820 from ncfavier/completion-nospaceEelco Dolstra
2021-12-22Don't insert spaces when completing attribute pathsNaïm Favier
2021-12-22Remove CPU lockingEelco Dolstra
2021-12-20Add shell completion for why-dependsNaïm Favier
2021-12-15Fix typo in `src/nix/shell.md`Noah Snelson
2021-12-13nix run: Tweak docsEelco Dolstra