about summary refs log tree commit diff
path: root/src/nix-build (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-4/+4
2017-07-28 nix-build: Fix regression causing all outputs to be builtEelco Dolstra1-4/+4
2017-07-26 nix-build/nix-shell: Eliminate call to nix-instantiate / nix-storeEelco Dolstra1-452/+378
2017-07-20 nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra2-2/+44
2017-07-03 nix-shell: Respect --dry-runEelco Dolstra1-0/+2
2017-05-24 Fix #1314Eelco Dolstra1-1/+2
2017-05-24 Merge branch 'topic/cores-master' of https://github.com/neilmayhew/nixEelco Dolstra1-0/+1
2017-05-24 Fix #1380Eelco Dolstra1-1/+1
2017-05-10 nix-shell: use appropriate prompt terminatorLinus Heckemann1-1/+1
2017-05-03 nix-shell: Implement passAsFileEelco Dolstra1-2/+15
2017-04-24 nix-shell -p: Use runCommandCCEelco Dolstra1-1/+1
2017-04-09 Propagate NIX_BUILD_CORES to nix-shell environmentsNeil Mayhew1-0/+1
2017-03-12 nix-shell/pure: keep environment variable SHLVLStefan Junker1-1/+1
2017-02-24 nix-shell: Better error message when the shell can't be startedEelco Dolstra1-2/+4
2017-02-24 nix-shell: Overwrite environment variablesEelco Dolstra1-1/+1
2017-02-01 Restore default signal handling in child processesEelco Dolstra1-0/+2
2017-01-16 assign environ to a temp variable to ensure livenessJude Taylor1-3/+6
2017-01-16 nix-build: Use showManPage() and printVersion()Eelco Dolstra1-7/+3
2017-01-07 nix-shell: Fix 'nix-shell --command' doing nothing without TTYTuomas Tynkkynen1-1/+2
2017-01-03 nix-shell: In #! mode, pass the last argumentEelco Dolstra1-13/+11
2017-01-03 nix-shell: Don't act interactive in shebangsTuomas Tynkkynen1-0/+1
2017-01-03 nix-shell: Fix 'nix-shell -i'Tuomas Tynkkynen1-1/+1
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-1/+1
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-1/+1
2016-10-19 Fix Darwin buildEelco Dolstra1-4/+6
2016-09-21 nix-build, nix-shell: Don't print error message if nix-store/nix-instantiate ...Eelco Dolstra1-4/+28
2016-09-20 nix-shell: Fix $PATH handling in the impure caseEelco Dolstra1-29/+35
2016-09-20 nix-shell: Restore CPU affinityEelco Dolstra1-6/+10
2016-09-12 Fix build on GCC 4.9Eelco Dolstra1-11/+8
2016-09-12 Write "T x" instead of "auto x = T"Eelco Dolstra1-35/+32
2016-09-08 Fix early removal of rc-file for nix-shellShea Levy1-2/+0
2016-08-31 nix-build: Clean up a bitShea Levy1-6/+8
2016-08-11 nix-build: extend the meaning of $IN_NIX_SHELLVladimír Čunát1-1/+1
2016-08-09 nix-build: Port to c++Shea Levy2-0/+491