about summary refs log tree commit diff
path: root/scripts (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-17 Propagate remote timeouts properlyEelco Dolstra1-6/+1
2014-08-17 nix-build: Propagate exit status from nix-store -rEelco Dolstra1-1/+1
2014-08-17 build-remote.pl: Provide defaults for $NIX_CURRENT_LOAD and $NIX_REMOTE_SYSTEMSEelco Dolstra1-2/+2
2014-08-13 nix-shell: Use $XDG_RUNTIME_DIREelco Dolstra1-1/+2
2014-08-13 Use $XDG_RUNTIME_DIR for temporary filesEelco Dolstra7-22/+7
2014-08-07 Warn about untrusted binary caches in extra-binary-cachesEelco Dolstra1-2/+5
2014-08-07 nix-install-package: Use extra-binary-cachesEelco Dolstra1-1/+1
2014-08-07 download-from-binary-cache.pl: Respect $SSL_CERT_FILEEelco Dolstra1-1/+1
2014-08-07 install-nix-from-closure.sh: Use https channel if possibleEelco Dolstra1-1/+5
2014-07-29 install-nix-from-closure.sh: Install cacertEelco Dolstra1-0/+3
2014-07-29 nix-profile.sh: Set $SSL_CERT_FILEEelco Dolstra1-1/+10
2014-07-24 nix-copy-closure: Drop --bzip2, --xz, --show-progressEelco Dolstra2-16/+6
2014-07-24 nix-copy-closure: Implement --gzip via ssh's -C flagEelco Dolstra1-2/+1
2014-07-24 Remove obsolete SSH master connection codeEelco Dolstra1-1/+1
2014-07-24 Implement nix-copy-closure --from via nix-store --serveEelco Dolstra2-29/+10
2014-07-24 build-remote.pl: Be less verbose on failing buildsEelco Dolstra1-1/+2
2014-07-14 Remove cruftEelco Dolstra2-127/+0
2014-07-12 build-remote.pl: Fix build logEelco Dolstra1-1/+1
2014-07-11 build-remote.pl: Use ‘nix-store --serve’ on the remote sideEelco Dolstra1-46/+22
2014-07-10 nix-copy-closure -s: Do substitutions via ‘nix-store --serve’Eelco Dolstra1-3/+2
2014-07-10 nix-copy-closure: Restore compression and the progress viewerEelco Dolstra1-2/+2
2014-05-26 nix-build: --add-root also takes 1 parameterAristid Breitkreuz1-1/+1
2014-04-10 Don't barf when installing as rootEelco Dolstra1-1/+0
2014-04-08 nix-shell --pure: Keep the user's $PAGEREelco Dolstra1-1/+1
2014-03-30 nix-collect-garbage: Add --delete-older-than optionRicardo M. Correia1-2/+10
2014-03-30 Fix nix-shell for derivation with multiple outputsMaxim Ivanov1-0/+1
2014-03-17 nix-build: Fix --cores flagEelco Dolstra1-1/+1
2014-02-26 Installer: Handle DarwinEelco Dolstra1-1/+1
2014-02-26 Also provide an option for setting the curl connection timeoutEelco Dolstra1-1/+4
2014-02-26 Respect $NIX_CONNECT_TIMEOUT properlyEelco Dolstra1-2/+4
2014-02-26 Add ~/.nix-profile/sbin to $PATHEelco Dolstra1-1/+1
2014-02-26 Fix broken patchEelco Dolstra2-2/+2
2014-02-26 use USER environmental variable if getting user id by getpwuid is failed in p...Ian-Woo Kim2-2/+2
2014-02-19 nix-shell: Add --packages flagEelco Dolstra1-1/+11
2014-02-19 nix-instantiate: Add a flag --expr / -E to read expressions from the command ...Eelco Dolstra1-7/+15
2014-02-19 nix-shell: Don't leave a temporary directory in /tmp behindEelco Dolstra1-0/+1
2014-02-18 Add a flag ‘--check’ to verify build determinismEelco Dolstra1-0/+4
2014-02-17 nix-shell: Execute shellHook if it existsEelco Dolstra1-0/+1
2014-02-10 Force use of BashEelco Dolstra1-1/+1
2014-02-10 Binary tarball: Automatically create /nixEelco Dolstra1-17/+94
2014-02-10 Binary tarball: Automatically fetch the Nixpkgs channelEelco Dolstra1-1/+7
2014-02-10 nix-shell: Use shell.nix as the default expression if it existsEelco Dolstra1-1/+2
2014-02-01 Merge branch 'make'Eelco Dolstra4-43/+39
2014-02-01 Fix "make dist"Eelco Dolstra1-2/+0
2014-02-01 Remove AutomakefilesEelco Dolstra1-41/+0
2014-02-01 Update Makefile variable namesEelco Dolstra1-4/+4
2014-01-30 Rename Makefile -> local.mkEelco Dolstra1-0/+0
2014-01-23 nix-shell: Add --impure flagEelco Dolstra1-3/+2
2014-01-23 nix-shell: Preserve the TZ variable of the userEelco Dolstra1-2/+3
2014-01-23 nix-build: RefactorEelco Dolstra1-1/+1