about summary refs log tree commit diff
path: root/src/nix-env (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-10 fix placeholder not substituted in passAsFilemlatus1-1/+1
2020-04-10 libexpr: show expression in assertion errorsDaiderd Jordan1-4/+7
2020-04-10 Don't retry on "unsupported protocol" errorCole Helbling1-0/+1
2020-04-10 Downloader: Only write data to the sink on a 200 responseEelco Dolstra1-2/+9
2020-03-13 style.css: RemoveEelco Dolstra2-265/+1
2020-03-13 mk/README.md: RemoveEelco Dolstra1-6/+0
2020-02-18 DohEelco Dolstra1-1/+1
2020-02-18 Disable the progress bar if $TERM == dumb or unsetEelco Dolstra1-1/+3
2020-02-18 Build with large config Boehm GCEelco Dolstra3-4/+12
2020-02-18 Enable debug symbolsEelco Dolstra1-0/+2
2020-02-18 Disable shellcheckEelco Dolstra1-1/+1
2020-02-18 doc: touchup release notes for 2.3Benjamin Hipple1-8/+7
2020-02-18 structured-attrs: chown .attrs.* files to builderRobin Gloster1-0/+2
2020-02-18 retry on HTTP status code 429Domen Kožar1-1/+2
2020-02-18 Bump version numberEelco Dolstra1-1/+1
2020-01-05 Move #includeEelco Dolstra3-2/+3
2020-01-05 Hide FunctionCallTrace constructor/destructorEelco Dolstra3-15/+20
2020-01-05 function-trace: always show the tracezimbatm3-6/+4
2020-01-04 .version: Remove newlineEelco Dolstra1-1/+1
2020-01-04 Document builtins.placeholderArnout Engelen1-0/+10
2020-01-04 Add testcase for attrset using __overrides and dynamic attrsPuck Meerburg2-0/+5
2020-01-04 Ensure enough space in attrset bindings when using both __overrides and dynam...Puck Meerburg1-1/+1
2020-01-04 doc: Document `--dry-run` option for `nix-build`Maximilian Bosch1-0/+5
2020-01-04 docs: correct default location of log directoryKevin Stock1-1/+1
2020-01-04 builtins.toJSON: fix __toString usageRobin Gloster5-8/+29
2020-01-04 install-multi-user.sh: Remove unused variablesEelco Dolstra1-3/+0
2020-01-04 Remove superfluous IAM action for S3 cacheChaz Schlarp1-1/+0
2020-01-04 Tweak path hintErsin Akinci1-1/+2
2020-01-04 Add hint about path in builtins.importErsin Akinci1-0/+4
2020-01-04 Revert "Document import <path> syntax"Ersin Akinci1-9/+1
2020-01-04 Fix unset variable in installerSteven Shaw1-4/+1
2020-01-04 Make nix-daemon.plist less fragile on macOSDan Callahan1-1/+1
2020-01-04 Copy instead of linking launch agentMatthew Bauer2-2/+2
2020-01-04 Bump version numberEelco Dolstra1-1/+1
2020-01-04 Disable the evalNixOS testEelco Dolstra1-2/+2
2020-01-04 Disable the evalNixpkgs testEelco Dolstra1-1/+3
2020-01-04 Move tmpDirInSandbox to initTmpDirMatthew Bauer1-8/+8
2020-01-04 Fix sandbox fallback settingsMatthew Bauer1-26/+34
2020-01-04 ssh-ng: Don't set CPU affinity on the remoteEelco Dolstra3-1/+9
2020-01-04 SourceExprCommand::getSourceExpr(): Allocate more spaceEelco Dolstra1-1/+1
2020-01-04 Document import <path> syntaxErsin Akinci1-1/+9
2020-01-04 include netinet/in.h in src/nix/main.ccng01-0/+1
2020-01-04 Fix progress bar when nix-prefetch-url is piped.Harald van Dijk2-2/+2
2020-01-04 Fix typosBrian Wignall2-2/+2
2020-01-04 EvalState::callFunction(): Make FunctionCallTrace use less stack spaceEelco Dolstra1-4/+3
2019-10-10 nix verify: Fix uninitialized variableEelco Dolstra1-2/+2
2019-10-10 nix-env: Ignore failures creating ~/.nix-profile and ~/.nix-defexprEelco Dolstra1-14/+20
2019-10-10 DohEelco Dolstra1-1/+1
2019-10-10 nix-env: Create ~/.nix-defexpr automaticallyEelco Dolstra3-30/+12
2019-10-10 nix-env: Create ~/.nix-profile automaticallyEelco Dolstra9-42/+31