summaryrefslogtreecommitdiffstats
path: root/src/nix-build
AgeCommit message (Expand)Author
2020-11-13nix-build: Fix #4197 output order regressionRobert Hensing
2020-10-09Split out `local-fs-store.hh`John Ericson
2020-10-06Remove static variable name clashesEelco Dolstra
2020-09-15Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-09-04Add `nix-shell` support for preserving PS1Gabriel Gonzalez
2020-09-03Merge remote-tracking branch 'upstream/master' into single-ca-drv-buildJohn Ericson
2020-09-03addPermRoot(): Remove indirect flagEelco Dolstra
2020-08-20Rename drv output querying functions, like masterJohn Ericson
2020-08-07Squashed get CA derivations buildingJohn Ericson
2020-07-30unsigned long long -> uint64_tEelco Dolstra
2020-07-29Prevent nix-build from accepting --run/--commandMat Marini
2020-07-29Prevent nix-build from accepting --packagesMat Marini
2020-06-17appended ' __attribute__((weak)); ' to 'extern char * * environ 'p01arst0rm
2020-06-16Remove StorePath::clone() and related functionsEelco Dolstra
2020-06-15Get rid of explicit ErrorInfo constructorsEelco Dolstra
2020-06-11Merge remote-tracking branch 'upstream/master' into errors-phase-2Ben Burdette
2020-06-08Make the logger customisableregnat
2020-05-11switch from printError warnings to logWarningsBen Burdette
2020-05-07pretending to be constBen Burdette
2020-05-03convert some printError calls to logErrorBen Burdette
2020-03-30Remove global -I flagsEelco Dolstra
2020-03-24findAlongAttrPath(): Return positionEelco Dolstra
2020-03-04nix-build: Fix !<output> handlingEelco Dolstra
2020-02-19Merge pull request #3325 from xzfc/clean-tmpdirEelco Dolstra
2020-02-19nix-shell: clean up the tmpDir and escape variablesAlbert Safin
2020-02-14Pass through http proxy env vars in pure shellCarlos D
2019-12-14nix-shell: don't check for "nix-shell" in shebang script nameAlbert Safin
2019-12-10Make the Store API more type-safeEelco Dolstra
2019-11-22getEnv(): Return std::optionalEelco Dolstra
2019-10-27SimplificationEelco Dolstra
2019-10-27Add inNixShell = true to nix-shell auto-callRobert Hensing
2019-10-09nix-build: Fix compilationEelco Dolstra
2019-10-08Don’t source bashrc in pure modeMatthew Bauer
2019-10-02Fix indentationEelco Dolstra
2019-09-22Don't catch exceptions by valueEelco Dolstra
2019-05-08nix-shell: Don't absolutize '-p' expressionsEelco Dolstra
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2018-11-13Restore parent mount namespace before executing a child processEelco Dolstra
2018-10-26Merge all nix-* binaries into nixEelco Dolstra
2018-09-27nix-shell: add bashInteractive to the start of the PATH, set SHELLGraham Christensen
2018-08-31nix-build: Print stats even in failing buildsGraham Christensen
2018-08-31nix-build: print stats on sucessful buildsGraham Christensen
2018-08-20Drop all references to NIX_INDENT_MAKETuomas Tynkkynen
2018-08-03Merge pull request #2323 from samueldr/feature/selective-impurityEelco Dolstra
2018-08-02Allows selectively adding environment variables to pure shells.Samuel Dionne-Riel
2018-08-01Removes unused variable from `nix-build/nix-shell`Samuel Dionne-Riel
2018-06-12Move EvalState from the stack to the heapEelco Dolstra
2018-05-07nix-shell: Only download requested outputsEelco Dolstra
2018-04-07nix-shell: Fixes use with ruby shebangs.Samuel Dionne-Riel
2018-03-16nix-shell: allow symlinks to .drvsLinus Heckemann