aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2018-10-27Merge branch 'nix-doctor' of https://github.com/LnL7/nixEelco Dolstra
2018-10-26src/nix/local.mk: fix typos in names of symlinksWill Dietz
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-10-08Merge pull request #2452 from ElvishJerricco/verify-sigs-overflowEelco Dolstra
2018-09-27Don't talk about a "current folder build output"Eelco Dolstra
2018-09-26nix doctor: reimplement profile warning without gcroot checkDaiderd Jordan
2018-09-25Fix overflow when verifying signatures of content addressable pathsWill Fancher
2018-09-24Merge pull request #2312 from dtzWill/fix/matched-names-should-still-print-ve...Eelco Dolstra
2018-09-10auto args on replDing Xiang Fei
2018-09-02nix doctor: only perform path/profile checks with a daemon/local storeDaiderd Jordan
2018-09-02nix doctor: add check for profile rootsDaiderd Jordan
2018-09-02nix doctor: add warning for multiple versionsDaiderd Jordan
2018-09-02nix doctor: handle serve protocolDaiderd Jordan
2018-09-02nix doctor: add warning if client/daemon protocol mismatchesDaiderd Jordan
2018-09-02nix doctor: add commandDaiderd Jordan
2018-09-01nix path-info: Remove trailing spacesEelco Dolstra
2018-08-31Really fix the buildEelco Dolstra
2018-08-31nix path-info: Hopefully fix macOS build failureEelco Dolstra
2018-08-30nix upgrade-nix: Handle .nix-profile being a link to .../profiles/per-user/...Eelco Dolstra
2018-08-30nix upgrade-nix: Improve error message if 'nix' is not in a profileEelco Dolstra
2018-08-30Merge branch 'nix-upgrade-profile' of https://github.com/LnL7/nixEelco Dolstra
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é