aboutsummaryrefslogtreecommitdiff
path: root/src/nix-build
AgeCommit message (Expand)Author
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
2016-11-26Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra
2016-11-25Get rid of unicode quotes (#1140)Guillaume Maudoux
2016-10-19Fix Darwin buildEelco Dolstra
2016-09-21nix-build, nix-shell: Don't print error message if nix-store/nix-instantiate ...Eelco Dolstra
2016-09-20nix-shell: Fix $PATH handling in the impure caseEelco Dolstra
2016-09-20nix-shell: Restore CPU affinityEelco Dolstra
2016-09-12Fix build on GCC 4.9Eelco Dolstra
2016-09-12Write "T x" instead of "auto x = T"Eelco Dolstra
2016-09-08Fix early removal of rc-file for nix-shellShea Levy
2016-08-31nix-build: Clean up a bitShea Levy
2016-08-11nix-build: extend the meaning of $IN_NIX_SHELLVladimír Čunát
2016-08-09nix-build: Port to c++Shea Levy