aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2018-08-30Add simple test for nix upgrade-nixEelco Dolstra
2018-08-30printSize() fixesEelco Dolstra
2018-08-30Avoid overflow and use boost::formatBenjamin Hipple
2018-08-30Add human readable closure sizes to nix path-infoBenjamin Hipple
2018-08-30nix: Remove the -h flagEelco Dolstra
2018-08-29Merge pull request #2336 from ivan/repl-trailing-spacesEelco Dolstra
2018-08-25upgrade-nix: resolve profile symlinksDaiderd Jordan
2018-08-25upgrade-nix: add --dry-runDaiderd Jordan
2018-08-19nix run: Restore CPU affinityEelco Dolstra
2018-08-10Slightly questionable workaround for #2342Eelco Dolstra
2018-08-09nix run: Respect propagated-user-env-packagesEelco Dolstra
2018-08-07repl: don't add trailing spaces to history linesIvan Kozik
2018-08-06Merge pull request #2334 from dtzWill/fix/revert-progress-bar-refresh-for-nowEelco Dolstra
2018-08-02s3 binary cache: support specifying an endpointGraham Christensen
2018-07-27search: include versionWill Dietz
2018-07-19Revert "progress-bar: re-draw last update if nothing new for 1sec."Will Dietz
2018-07-06Merge pull request #2250 from dtzWill/feature/repl-progress-bar-buildsEelco Dolstra
2018-07-03nix why-depends: render output into $PAGERMaximilian Bosch
2018-07-02Merge pull request #2158 from Ma27/improve-search-uxEelco Dolstra
2018-07-02search.cc: improve UX for `nix search`Maximilian Bosch
2018-06-23repl: use `nix build` for building instead of `nix-store -r`Will Dietz
2018-06-18progress-bar: re-draw last update if nothing new for 1sec.Will Dietz
2018-06-13nix: Remove special handling of .drv filesEelco Dolstra
2018-06-12Move EvalState from the stack to the heapEelco Dolstra
2018-05-30Move evaluator-specific settings out of libstoreEelco Dolstra
2018-05-30Modularize config settingsEelco Dolstra
2018-04-18Allow multiple search experssions in nix searchDaniel Poelzleithner
2018-04-17Handle arguments in $EDITOREelco Dolstra
2018-04-16nix repl: Fix multiline SIGINT handling.Félix Baylac-Jacqué
2018-04-11Fix #2057Eelco Dolstra
2018-03-30nix copy: add an example with S3zimbatm
2018-03-29Remove reference to non-existent manpagesEelco Dolstra
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