depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
nix-build.in
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-07
Use shellwords for nix-shell shebang
Brian McKenna
1
-1
/
+2
2015-06-01
nix-shell: Support multiple "#! nix-shell" lines
Eelco Dolstra
1
-1
/
+1
2015-05-21
nix-shell: Barf if -p and -E are both used
Eelco Dolstra
1
-0
/
+2
2015-05-05
nix-shell: Fix uninitialized value warning
Eelco Dolstra
1
-1
/
+1
2015-02-18
Escape arguments to nix-shell #! scripts
Eelco Dolstra
1
-2
/
+6
2015-02-18
Support passing command line arguments to nix-shell #! scripts
Eelco Dolstra
1
-2
/
+5
2015-02-18
Fix nix-shell shebang scripts if -p is used
Eelco Dolstra
1
-1
/
+1
2015-02-08
nix-build: Respect -Q during evaluation
Shea Levy
1
-0
/
+5
2015-01-28
Moves runHook to a later execution position
Oliver Dunkl
1
-1
/
+1
2015-01-08
nix-shell: Add --run flag
Eelco Dolstra
1
-2
/
+7
2015-01-08
nix-shell: Interpret filenames relative to the #!-script
Eelco Dolstra
1
-0
/
+7
2015-01-08
Allow nix-shell to be used as a #! interpreter
Eelco Dolstra
1
-0
/
+37
2015-01-07
nix-shell --command: Remove bogus argument to "exit"
Eelco Dolstra
1
-1
/
+1
2014-12-05
Fix another operator precedence issue found by Perl 5.20
Eelco Dolstra
1
-1
/
+1
2014-08-29
Shut up "Wide character" warnings in Perl scripts
Eelco Dolstra
1
-0
/
+2
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
1
-12
/
+12
2014-08-17
nix-build: Propagate exit status from nix-store -r
Eelco Dolstra
1
-1
/
+1
2014-08-13
nix-shell: Use $XDG_RUNTIME_DIR
Eelco Dolstra
1
-1
/
+2
2014-08-13
Use $XDG_RUNTIME_DIR for temporary files
Eelco Dolstra
1
-3
/
+1
2014-05-26
nix-build: --add-root also takes 1 parameter
Aristid Breitkreuz
1
-1
/
+1
2014-04-08
nix-shell --pure: Keep the user's $PAGER
Eelco Dolstra
1
-1
/
+1
2014-03-30
Fix nix-shell for derivation with multiple outputs
Maxim Ivanov
1
-0
/
+1
2014-03-17
nix-build: Fix --cores flag
Eelco Dolstra
1
-1
/
+1
2014-02-19
nix-shell: Add --packages flag
Eelco Dolstra
1
-1
/
+11
2014-02-19
nix-instantiate: Add a flag --expr / -E to read expressions from the command ...
Eelco Dolstra
1
-7
/
+15
2014-02-19
nix-shell: Don't leave a temporary directory in /tmp behind
Eelco Dolstra
1
-0
/
+1
2014-02-18
Add a flag ‘--check’ to verify build determinism
Eelco Dolstra
1
-0
/
+4
2014-02-17
nix-shell: Execute shellHook if it exists
Eelco Dolstra
1
-0
/
+1
2014-02-10
nix-shell: Use shell.nix as the default expression if it exists
Eelco Dolstra
1
-1
/
+2
2014-01-23
nix-shell: Add --impure flag
Eelco Dolstra
1
-3
/
+2
2014-01-23
nix-shell: Preserve the TZ variable of the user
Eelco Dolstra
1
-2
/
+3
2014-01-23
nix-build: Refactor
Eelco Dolstra
1
-1
/
+1
2014-01-13
nix-shell: Don't set NIX_INDENT_MAKE
Eelco Dolstra
1
-0
/
+1
2014-01-13
nix-shell: Set $IN_NIX_SHELL before evaluating
Eelco Dolstra
1
-2
/
+2
2014-01-06
Revert "nix-shell: Set $IN_NIX_SHELL before evaluation"
Eelco Dolstra
1
-2
/
+2
2013-12-30
nix-shell --pure: Don't clear IN_NIX_SHELL
Shea Levy
1
-1
/
+1
2013-12-20
nix-shell: Don't warn about the lack of a GC root
Eelco Dolstra
1
-1
/
+1
2013-12-20
nix-shell: Set $IN_NIX_SHELL before evaluation
Eelco Dolstra
1
-2
/
+2
2013-12-20
nix-shell: Handle --option correctly
Eelco Dolstra
1
-1
/
+1
2013-12-17
nix-shell --pure: Keep $TERM
Eelco Dolstra
1
-1
/
+1
2013-10-18
Don't set $PS1 in non-interactive shells
Eelco Dolstra
1
-1
/
+1
2013-10-18
nix-shell: Play nicely with non-interactive shells
Shea Levy
1
-1
/
+3
2013-10-14
nix-shell: Fix bash completion
Eelco Dolstra
1
-0
/
+1
2013-09-06
nix-shell: Support a .drv as argument
Eelco Dolstra
1
-8
/
+13
2013-07-31
nix-shell: Don't disable Automake dependency tracking
Eelco Dolstra
1
-1
/
+2
2013-07-19
nix-shell: Set $IN_NIX_SHELL
Eelco Dolstra
1
-0
/
+2
2013-07-19
nix-shell: Set some environment variables also set by build.cc
Eelco Dolstra
1
-1
/
+3
2013-07-19
Rename ‘nix-build --run-env’ to ‘nix-shell’
Eelco Dolstra
1
-7
/
+9
2013-07-19
nix-build --run-env: Add a ‘--pure’ flag
Eelco Dolstra
1
-2
/
+15
2013-07-11
nix-build --run-env: Always use Bash
Eelco Dolstra
1
-1
/
+1
[next]