aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-05-22Remove dead codeEelco Dolstra
2015-05-21nix-shell: Barf if -p and -E are both usedEelco Dolstra
2015-05-21nix-collect-garbage: Don't call nix-envEelco Dolstra
2015-05-21Move profiles.{cc,hh} to libstoreEelco Dolstra
2015-05-21nix-collect-garbage: Call collectGarbage() internallyEelco Dolstra
2015-05-21nix-collect-garbage: Don't barf on unreadable directoriesEelco Dolstra
2015-05-21nix-collect-garbage: Remove redundant call to getFileTypeEelco Dolstra
2015-05-21Merge branch 'submit/sparse-generation-symlinks' of https://github.com/ctheun...Eelco Dolstra
2015-05-20Mis-read Eelko's request to not make this an option: now, let's not makeChristian Theune
2015-05-19Implement alternative to lazy generations:Christian Theune
2015-05-19Don't install nix-worker symlinkEelco Dolstra
2015-05-19Also remove misc/vim/README.mdEelco Dolstra
2015-05-19point to https://nixos.org/wiki/Vim_configuration insteadHoang Xuan Phu
2015-05-19nix-env: document --set optionCharles Strahan
2015-05-18Enable lazy/sparse allocation of generation symlinks: avoid creatingChristian Theune
2015-05-13Fix "error: deriver of path ‘’ is not known"Eelco Dolstra
2015-05-13Merge pull request #537 from garbas/masterEelco Dolstra
2015-05-13cygwin: looks like stdout/stdin are reserved wordsRok Garbas
2015-05-13cygwin: explicitly include required c headersRok Garbas
2015-05-12Don't try to map /bin/sh to a store path on non-LinuxShea Levy
2015-05-06nix-collect-garbage: Do not pass an empty argument. Closes #530Luca Bruno
2015-05-06nix-env/nix-instantiate/nix-build: Support URIsEelco Dolstra
2015-05-06nix-collect-garbage: Fix deleting old generationsWilliam A. Kennington III
2015-05-05Allow URLs in the Nix search pathEelco Dolstra
2015-05-05Make downloads interruptableEelco Dolstra
2015-05-05nix-shell: Fix uninitialized value warningEelco Dolstra
2015-04-29tests: Fix wrong channel name in nix-channel.sh.aszlig
2015-04-27Merge branch 'nix-channel-tarballs' of git://github.com/copumpkin/nixShea Levy
2015-04-22Merge pull request #522 from lethalman/nix-collect-garbageEelco Dolstra
2015-04-22nix-collect-garbage: translate to C++Luca Bruno
2015-04-20Support tarballs in nix channel URLsDan Peebles
2015-04-18Add the pre-build hook.Shea Levy
2015-04-18Revert "Add the pre-build hook."Shea Levy
2015-04-16Merge branch 'add-manpath' of git://github.com/mmerickel/nixShea Levy
2015-04-16Fix using restricted mode with chrootsEelco Dolstra
2015-04-12add the manpath to the installerMichael Merickel
2015-04-12Add the pre-build hook.Shea Levy
2015-04-09Use cached result if there is a network errorEelco Dolstra
2015-04-09Move curl stuff into a separate fileEelco Dolstra
2015-04-09Implement a TTL on cached fetchurl/fetchTarball resultsEelco Dolstra
2015-04-09Implement caching of fetchurl/fetchTarball resultsEelco Dolstra
2015-04-07Revert /nix/store permission back to 01775Eelco Dolstra
2015-04-02Chroot builds: Provide world-readable /nix/storeEelco Dolstra
2015-03-27Add dependency on libcurl-devEelco Dolstra
2015-03-25Add fetchTarball builtinEelco Dolstra
2015-03-25addToStore(): Take explicit name argumentEelco Dolstra
2015-03-24Improve setting the default chroot dirsEelco Dolstra
2015-03-24Add the closure of store paths to the chrootEelco Dolstra
2015-03-24Tighten permissions on chroot directoriesEelco Dolstra
2015-03-24Don't rely on __noChroot for corepkgsEelco Dolstra