aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2018-03-15Filter ANSI colors when not writing to a terminalEelco Dolstra
2018-03-13Merge pull request #1906 from dtzWill/fix/nix-searchShea Levy
2018-03-02Merge branch 'improve-search-algorithm' of git://github.com/Ma27/nixShea Levy
2018-03-02Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy
2018-02-26nix run: Fix segfault on macOSEelco Dolstra
2018-02-25nix search: explicitly handle empty search string, fixes #1893Will Dietz
2018-02-25nix search: fix bug where we wrote to cache when shouldn't, breakingWill Dietz
2018-02-22Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nixEelco Dolstra
2018-02-21Manual: Update chapter on remote buildsEelco Dolstra
2018-02-21nix-copy: fix examplesJörg Thalheim
2018-02-19Update release notesEelco Dolstra
2018-02-13Fix #1762Linus Heckemann
2018-02-13Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra
2018-02-12toBuildables -> buildEelco Dolstra
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-07nix build: Don't create output links with --dry-run.Will Dietz
2018-02-07Improve filtering of ANSI escape sequences in build logsEelco Dolstra
2018-02-06Update the progress bar at most 20 times per secondEelco Dolstra
2018-02-05Tweak progress bar messageEelco Dolstra
2018-01-31Add 'nix upgrade-nix' commandEelco Dolstra
2018-01-17nix eval: Stop progress bar before printing the resultEelco Dolstra
2018-01-17nix eval: Take only one argumentEelco Dolstra
2018-01-16parseExprFromFile -> evalFileEelco Dolstra
2018-01-12nix log: use pagerWill Dietz
2017-12-26nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz
2017-12-14edit: Catch stoi exceptions from line number parsingBen Gamari
2017-12-12search.cc: sort attribute names with `std::map`Maximilian Bosch
2017-12-11Fix forward-decl of Bindings as "class", match definition.Will Dietz
2017-12-11Merge branch 'feature/linenoise-ng' of git://github.com/dtzWill/nixShea Levy
2017-12-04Fix #1635.Eelco Dolstra
2017-11-27no "linenoiseFree" in linenoise-ngWill Dietz
2017-11-27replace vendored linenoise with linenoise-ngWill Dietz
2017-11-20nix eval --raw: Use coerceToString()Eelco Dolstra
2017-11-20nix run: Fix "flag '--command' requires 2 argument(s)"Eelco Dolstra
2017-11-20nix run: Fix accidental removal of /nix/store existence checkEelco Dolstra
2017-11-20nix run: Ignore non-directories while setting up the chrootEelco Dolstra
2017-11-14nix ls-{nar,store} --json: Respect -REelco Dolstra
2017-11-14Don't indent JSON outputEelco Dolstra
2017-11-14nix ls-{store,nar}: Add --json flagEelco Dolstra
2017-11-14Make config options available to legacy commandsEelco Dolstra
2017-10-24More progress indicator improvementsEelco Dolstra
2017-10-24Progress indicator: Show on what machine we're buildingEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-10-23Turn $NIX_REMOTE into a configuration optionEelco Dolstra
2017-09-28nix run: Restore signalsEelco Dolstra
2017-09-27nix copy: make recursive by defaultEelco Dolstra
2017-09-27Tweak messageEelco Dolstra
2017-09-27nix build: Fix realising a store pathEelco Dolstra
2017-09-25nix why-depends: Write to stdoutEelco Dolstra
2017-09-25Add "nix show-derivation"Eelco Dolstra