aboutsummaryrefslogtreecommitdiff
path: root/scripts/nix-build.in
AgeCommit message (Expand)Author
2016-05-03Merge pull request #883 from sheenobu/bugfix/ruby_shebangEelco Dolstra
2016-04-25Improved logging abstractionEelco Dolstra
2016-04-18Workaround to support ruby as an interpreterSheena Artrip
2016-01-20Fix broken call to shellwordsBrian McKenna
2016-01-05propagate NIX_BUILD_SHELL also in pure builds document NIX_BUILD_SHELL in the...Fabian Schmitthenner
2015-12-07Use shellwords for nix-shell shebangBrian McKenna
2015-06-01nix-shell: Support multiple "#! nix-shell" linesEelco Dolstra
2015-05-21nix-shell: Barf if -p and -E are both usedEelco Dolstra
2015-05-05nix-shell: Fix uninitialized value warningEelco Dolstra
2015-02-18Escape arguments to nix-shell #! scriptsEelco Dolstra
2015-02-18Support passing command line arguments to nix-shell #! scriptsEelco Dolstra
2015-02-18Fix nix-shell shebang scripts if -p is usedEelco Dolstra
2015-02-08nix-build: Respect -Q during evaluationShea Levy
2015-01-28Moves runHook to a later execution positionOliver Dunkl
2015-01-08nix-shell: Add --run flagEelco Dolstra
2015-01-08nix-shell: Interpret filenames relative to the #!-scriptEelco Dolstra
2015-01-08Allow nix-shell to be used as a #! interpreterEelco Dolstra
2015-01-07nix-shell --command: Remove bogus argument to "exit"Eelco Dolstra
2014-12-05Fix another operator precedence issue found by Perl 5.20Eelco Dolstra
2014-08-29Shut up "Wide character" warnings in Perl scriptsEelco Dolstra
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-17nix-build: Propagate exit status from nix-store -rEelco Dolstra
2014-08-13nix-shell: Use $XDG_RUNTIME_DIREelco Dolstra
2014-08-13Use $XDG_RUNTIME_DIR for temporary filesEelco Dolstra
2014-05-26nix-build: --add-root also takes 1 parameterAristid Breitkreuz
2014-04-08nix-shell --pure: Keep the user's $PAGEREelco Dolstra
2014-03-30Fix nix-shell for derivation with multiple outputsMaxim Ivanov
2014-03-17nix-build: Fix --cores flagEelco Dolstra
2014-02-19nix-shell: Add --packages flagEelco Dolstra
2014-02-19nix-instantiate: Add a flag --expr / -E to read expressions from the command ...Eelco Dolstra
2014-02-19nix-shell: Don't leave a temporary directory in /tmp behindEelco Dolstra
2014-02-18Add a flag ‘--check’ to verify build determinismEelco Dolstra
2014-02-17nix-shell: Execute shellHook if it existsEelco Dolstra
2014-02-10nix-shell: Use shell.nix as the default expression if it existsEelco Dolstra
2014-01-23nix-shell: Add --impure flagEelco Dolstra
2014-01-23nix-shell: Preserve the TZ variable of the userEelco Dolstra
2014-01-23nix-build: RefactorEelco Dolstra
2014-01-13nix-shell: Don't set NIX_INDENT_MAKEEelco Dolstra
2014-01-13nix-shell: Set $IN_NIX_SHELL before evaluatingEelco Dolstra
2014-01-06Revert "nix-shell: Set $IN_NIX_SHELL before evaluation"Eelco Dolstra
2013-12-30nix-shell --pure: Don't clear IN_NIX_SHELLShea Levy
2013-12-20nix-shell: Don't warn about the lack of a GC rootEelco Dolstra
2013-12-20nix-shell: Set $IN_NIX_SHELL before evaluationEelco Dolstra
2013-12-20nix-shell: Handle --option correctlyEelco Dolstra
2013-12-17nix-shell --pure: Keep $TERMEelco Dolstra
2013-10-18Don't set $PS1 in non-interactive shellsEelco Dolstra
2013-10-18nix-shell: Play nicely with non-interactive shellsShea Levy
2013-10-14nix-shell: Fix bash completionEelco Dolstra
2013-09-06nix-shell: Support a .drv as argumentEelco Dolstra
2013-07-31nix-shell: Don't disable Automake dependency trackingEelco Dolstra