aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)Author
2014-04-10Don't barf when installing as rootEelco Dolstra
2014-04-08nix-shell --pure: Keep the user's $PAGEREelco Dolstra
2014-03-30nix-collect-garbage: Add --delete-older-than optionRicardo M. Correia
2014-03-30Fix nix-shell for derivation with multiple outputsMaxim Ivanov
2014-03-17nix-build: Fix --cores flagEelco Dolstra
2014-02-26Installer: Handle DarwinEelco Dolstra
2014-02-26Also provide an option for setting the curl connection timeoutEelco Dolstra
2014-02-26Respect $NIX_CONNECT_TIMEOUT properlyEelco Dolstra
2014-02-26Add ~/.nix-profile/sbin to $PATHEelco Dolstra
2014-02-26Fix broken patchEelco Dolstra
2014-02-26use USER environmental variable if getting user id by getpwuid is failed in p...Ian-Woo Kim
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-10Force use of BashEelco Dolstra
2014-02-10Binary tarball: Automatically create /nixEelco Dolstra
2014-02-10Binary tarball: Automatically fetch the Nixpkgs channelEelco Dolstra
2014-02-10nix-shell: Use shell.nix as the default expression if it existsEelco Dolstra
2014-02-01Merge branch 'make'Eelco Dolstra
2014-02-01Fix "make dist"Eelco Dolstra
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco 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-21Merge branch 'master' into makeEelco Dolstra
2014-01-15nix-profile.sh: Add the Nixpkgs channel to $NIX_PATHEelco 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-08Support cryptographically signed binary cachesEelco 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-20Revert "Scan /proc/<pid>/cmdline for GC roots"Eelco Dolstra
2013-12-20Scan /proc/<pid>/cmdline for GC rootsEelco Dolstra
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-12-02Install bsdiff and bspatch in $(libexecdir)/nixEelco Dolstra
2013-11-25Add support for ‘make installcheck’Eelco Dolstra
2013-11-25Rename Makefile.new -> MakefileEelco Dolstra
2013-11-25Add a Makefile for the scripts directoryEelco Dolstra
2013-10-24Fix segfault on DarwinEelco 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-18build-remote.pl: Don't use substituters on the remoteEelco Dolstra