Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-30 | <nix/fetchurl.nix>: Support downloading and unpacking NARs | Eelco Dolstra | |
This removes the need to have multiple downloads in the stdenv bootstrap process (like a separate busybox binary for Linux, or curl/mkdir/sh/bzip2 for Darwin). Now all those files can be combined into a single NAR. | |||
2015-07-23 | Fix fetchurl of executable file | Eelco Dolstra | |
Pointed out by @cstrahan, thanks! | |||
2015-07-20 | Make <nix/fetchurl.nix> a builtin builder | Eelco Dolstra | |
This ensures that 1) the derivation doesn't change when Nix changes; 2) the derivation closure doesn't contain Nix and its dependencies; 3) we don't have to rely on ugly chroot hacks. | |||
2015-03-24 | Don't rely on __noChroot for corepkgs | Eelco Dolstra | |
This doesn't work anymore if the "strict" chroot mode is enabled. Instead, add Nix's store path as a dependency. This ensures that its closure is present in the chroot. | |||
2014-07-16 | Pass *_proxy vars to bootstrap fetchurl | Shea Levy | |
2013-03-08 | Revert "Prevent config.h from being clobbered" | Eelco Dolstra | |
This reverts commit 28bba8c44f484eae38e8a15dcec73cfa999156f6. | |||
2013-03-07 | Prevent config.h from being clobbered | Eelco Dolstra | |
2013-01-21 | corepkgs/fetchurl: Enable making the downloaded file executable | Shea Levy | |
2012-07-09 | Pass --insecure to curl so that https works | Eelco Dolstra | |
2012-07-09 | Inline fetchurl.sh | Eelco Dolstra | |
2012-07-09 | Remove obsolete comment | Shea Levy | |
2012-07-09 | corepkgs/fetchurl: Build locally and outside of the chroot | Shea Levy | |
2012-07-09 | corepkgs/fetchurl: the 'system' argument can be optional | Shea Levy | |
2012-07-09 | corepkgs/fetchurl: Call the shell directly instead of using the shebang | Shea Levy | |
2012-07-09 | corepkgs/fetchurl.sh: Use config.nix's curl | Shea Levy | |
2012-07-09 | The fetchurl builder is now fetchurl.sh | Shea Levy | |
2012-07-09 | Move fetchurl files out of their subdirectory | Shea Levy | |