Age | Commit message (Expand) | Author | Files | Lines |
2014-07-29 | install-nix-from-closure.sh: Install cacert | Eelco Dolstra | 1 | -0/+3 |
2014-07-29 | nix-profile.sh: Set $SSL_CERT_FILE | Eelco Dolstra | 1 | -1/+10 |
2014-07-24 | nix-copy-closure: Drop --bzip2, --xz, --show-progress | Eelco Dolstra | 2 | -16/+6 |
2014-07-24 | nix-copy-closure: Implement --gzip via ssh's -C flag | Eelco Dolstra | 1 | -2/+1 |
2014-07-24 | Remove obsolete SSH master connection code | Eelco Dolstra | 1 | -1/+1 |
2014-07-24 | Implement nix-copy-closure --from via nix-store --serve | Eelco Dolstra | 2 | -29/+10 |
2014-07-24 | build-remote.pl: Be less verbose on failing builds | Eelco Dolstra | 1 | -1/+2 |
2014-07-14 | Remove cruft | Eelco Dolstra | 2 | -127/+0 |
2014-07-12 | build-remote.pl: Fix build log | Eelco Dolstra | 1 | -1/+1 |
2014-07-11 | build-remote.pl: Use ‘nix-store --serve’ on the remote side | Eelco Dolstra | 1 | -46/+22 |
2014-07-10 | nix-copy-closure -s: Do substitutions via ‘nix-store --serve’ | Eelco Dolstra | 1 | -3/+2 |
2014-07-10 | nix-copy-closure: Restore compression and the progress viewer | Eelco Dolstra | 1 | -2/+2 |
2014-05-26 | nix-build: --add-root also takes 1 parameter | Aristid Breitkreuz | 1 | -1/+1 |
2014-04-10 | Don't barf when installing as root | Eelco Dolstra | 1 | -1/+0 |
2014-04-08 | nix-shell --pure: Keep the user's $PAGER | Eelco Dolstra | 1 | -1/+1 |
2014-03-30 | nix-collect-garbage: Add --delete-older-than option | Ricardo M. Correia | 1 | -2/+10 |
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-26 | Installer: Handle Darwin | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | Also provide an option for setting the curl connection timeout | Eelco Dolstra | 1 | -1/+4 |
2014-02-26 | Respect $NIX_CONNECT_TIMEOUT properly | Eelco Dolstra | 1 | -2/+4 |
2014-02-26 | Add ~/.nix-profile/sbin to $PATH | Eelco Dolstra | 1 | -1/+1 |
2014-02-26 | Fix broken patch | Eelco Dolstra | 2 | -2/+2 |
2014-02-26 | use USER environmental variable if getting user id by getpwuid is failed in p... | Ian-Woo Kim | 2 | -2/+2 |
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 | Force use of Bash | Eelco Dolstra | 1 | -1/+1 |
2014-02-10 | Binary tarball: Automatically create /nix | Eelco Dolstra | 1 | -17/+94 |
2014-02-10 | Binary tarball: Automatically fetch the Nixpkgs channel | Eelco Dolstra | 1 | -1/+7 |
2014-02-10 | nix-shell: Use shell.nix as the default expression if it exists | Eelco Dolstra | 1 | -1/+2 |
2014-02-01 | Merge branch 'make' | Eelco Dolstra | 4 | -43/+39 |
2014-02-01 | Fix "make dist" | Eelco Dolstra | 1 | -2/+0 |
2014-02-01 | Remove Automakefiles | Eelco Dolstra | 1 | -41/+0 |
2014-02-01 | Update Makefile variable names | Eelco Dolstra | 1 | -4/+4 |
2014-01-30 | Rename Makefile -> local.mk | Eelco Dolstra | 1 | -0/+0 |
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-21 | Merge branch 'master' into make | Eelco Dolstra | 4 | -12/+46 |
2014-01-15 | nix-profile.sh: Add the Nixpkgs channel to $NIX_PATH | Eelco Dolstra | 1 | -1/+6 |
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-08 | Support cryptographically signed binary caches | Eelco Dolstra | 2 | -7/+35 |
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 | Revert "Scan /proc/<pid>/cmdline for GC roots" | Eelco Dolstra | 1 | -8/+4 |
2013-12-20 | Scan /proc/<pid>/cmdline for GC roots | Eelco Dolstra | 1 | -4/+8 |