aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
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-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-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
2021-12-13Merge branch 'pname-main-program' of https://github.com/figsoda/nixEelco Dolstra
2021-12-09Properly take the last assignment in the REPLregnat
2021-12-06nix repl: add :logAlexander Bantyev
2021-11-27Fix typoAleksey Kladov
2021-11-26nix repl: Reset the terminal on exceptional exitsEelco Dolstra
2021-11-26Catch flake-related exception type in REPLAlex Shabalin
2021-11-25Support range-based for loop over list valuesEelco Dolstra
2021-11-24nix flake check: Fix markdownEelco Dolstra
2021-11-18Fix :e in replAlex Shabalin
2021-11-16Ignore errors unsharing/restoring the mount namespaceEelco Dolstra
2021-11-15Merge pull request #5428 from kreisys/add-pos-to-json-type-errorDomen Kožar
2021-11-12Merge pull request #5540 from samueldr/fix/key-subcommandEelco Dolstra
2021-11-12nix registry: Mark experimentalSamuel Dionne-Riel