aboutsummaryrefslogtreecommitdiff
path: root/src/nix
AgeCommit message (Expand)Author
2020-03-11Move some corepkgs into the nix binaryEelco Dolstra
2020-02-18Disable the progress bar if $TERM == dumb or unsetEelco Dolstra
2020-02-13Prevent uninitialized StorePath creationEelco Dolstra
2019-12-18nix make-content-addressable: Add --json flagEelco Dolstra
2019-12-14Fix progress barEelco Dolstra
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-12-05Shut up clang warningEelco Dolstra
2019-12-05nix doctor: Fix typoEelco Dolstra
2019-12-05Make subcommand construction in MultiCommand lazyEelco Dolstra
2019-12-05Move Command and MultiCommand to libutilEelco Dolstra
2019-12-05MultiCommand: Simplify constructionEelco Dolstra
2019-11-26Fix clang warningsEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-11-08Move editorFor srom libutil to nixEelco Dolstra
2019-11-05Merge branch 'fix/nix-doctor-output' of https://github.com/bhipple/nixEelco Dolstra
2019-11-05Merge branch 'nix-repl-e' of https://github.com/zimbatm/nixEelco Dolstra
2019-11-04Merge pull request #3202 from kraem/masterEelco Dolstra
2019-11-03Fix progress bar when nix-prefetch-url is piped.Harald van Dijk
2019-11-03Update nix eval --help msg to not include deprecated commandkraem
2019-11-01include netinet/in.h in src/nix/main.ccng0
2019-10-31Minor updates to inline commentsBenjamin Hipple
2019-10-28nix repl: also handle lambda editzimbatm
2019-10-28editorFor: take a pos object insteadzimbatm
2019-10-28libexpr: findDerivationFilename return Pos instead of tuplezimbatm
2019-10-23libexpr: add findDerivationFilenamezimbatm
2019-10-23libutil: add editorFor heuristiczimbatm
2019-10-23nix repl: add :edit commandzimbatm
2019-10-21Mark content-addressable paths with references as experimentalEelco Dolstra
2019-10-21nix make-content-addressable: Add examplesEelco Dolstra
2019-10-21Fix buildEelco Dolstra
2019-10-21Allow content-addressable paths to have referencesEelco Dolstra
2019-10-21Add experimental-features settingEelco Dolstra
2019-10-21SourceExprCommand::getSourceExpr(): Allocate more spaceEelco Dolstra
2019-10-10nix verify: Fix uninitialized variableEelco Dolstra
2019-10-09Filter ANSI escape sequences in -L outputEelco Dolstra
2019-10-09OCD performance fix: {find,count}+insert => insertEelco Dolstra
2019-10-09getSourceExpr(): Handle channelsEelco Dolstra
2019-10-09nix search: Don't quietly ignore errorsEelco Dolstra
2019-10-07nix search: remove verbose exampleSam Doshi
2019-10-06nix doctor: add more logging output to checksBenjamin Hipple
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-08-27Merge branch 'test-sandboxing' of https://github.com/matthewbauer/nixEelco Dolstra
2019-08-02Add a post-build-hookregnat
2019-07-25Disable CLONE_NEWUSER when it’s unavailableMatthew Bauer
2019-07-10nix copy: Rename --substitute to --substitute-on-destinationEelco Dolstra
2019-07-03Get BOOST_LDFLAGS from autoconf, fix Ubuntu 16.04 build.Niklas Hambüchen
2019-07-03Fix C++ compatibility with older editline versions.Niklas Hambüchen
2019-06-28Fix macOS build failureEelco Dolstra
2019-06-25ProgressBar: Fix updatingEelco Dolstra
2019-06-25Automatically use --no-net if there are no network interfacesEelco Dolstra