aboutsummaryrefslogtreecommitdiff
path: root/src/nix-build
AgeCommit message (Expand)Author
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
2018-02-08Add plugins to make Nix more extensible.Shea Levy
2018-02-03Remove nix-build --hashEelco Dolstra
2018-02-01nix-build: Ignore --indirectEelco Dolstra
2018-01-16Add pure evaluation modeEelco Dolstra
2017-11-24nix-shell/nix-build: Support .drv files againEelco Dolstra
2017-10-30nix-build: Fix --hashEelco Dolstra
2017-10-25Pass lists/attrsets to bash as (associative) arraysEelco Dolstra
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-10-19nix-shell: Fix file name resolution in shebangsShea Levy
2017-09-18nix-shell: Ignore readFile() errorsEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-28nix-build: Fix regression causing all outputs to be builtEelco Dolstra
2017-07-26nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-07-03nix-shell: Respect --dry-runEelco Dolstra
2017-05-24Fix #1314Eelco Dolstra
2017-05-24Merge branch 'topic/cores-master' of https://github.com/neilmayhew/nixEelco Dolstra
2017-05-24Fix #1380Eelco Dolstra
2017-05-10nix-shell: use appropriate prompt terminatorLinus Heckemann
2017-05-03nix-shell: Implement passAsFileEelco Dolstra
2017-04-24nix-shell -p: Use runCommandCCEelco Dolstra
2017-04-09Propagate NIX_BUILD_CORES to nix-shell environmentsNeil Mayhew
2017-03-12nix-shell/pure: keep environment variable SHLVLStefan Junker
2017-02-24nix-shell: Better error message when the shell can't be startedEelco Dolstra
2017-02-24nix-shell: Overwrite environment variablesEelco Dolstra
2017-02-01Restore default signal handling in child processesEelco Dolstra
2017-01-16assign environ to a temp variable to ensure livenessJude Taylor
2017-01-16nix-build: Use showManPage() and printVersion()Eelco Dolstra
2017-01-07nix-shell: Fix 'nix-shell --command' doing nothing without TTYTuomas Tynkkynen
2017-01-03nix-shell: In #! mode, pass the last argumentEelco Dolstra
2017-01-03nix-shell: Don't act interactive in shebangsTuomas Tynkkynen
2017-01-03nix-shell: Fix 'nix-shell -i'Tuomas Tynkkynen