Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-08 | Fix early removal of rc-file for nix-shell | Shea Levy | 1 | -2/+0 | |
BASH_ENV causes all non-interactive shells called via eg. /etc/bashrc to remove the rc-file before the main shell gets to run it. Completion scripts will often do this. Fixes #976. Adapted from and fixes #1034. | |||||
2016-08-31 | nix-build: Clean up a bit | Shea Levy | 1 | -6/+8 | |
2016-08-11 | nix-build: extend the meaning of $IN_NIX_SHELL | Vladimír Čunát | 1 | -1/+1 | |
An equivalent was originally filed against the perl version: https://github.com/NixOS/nix/pull/933 | |||||
2016-08-09 | nix-build: Port to c++ | Shea Levy | 2 | -0/+491 | |
This was a dumb line-for-line rewrite, because nix build/nix run/etc. will replace it. |