Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-20 | Test: Replace --option with the corresponding flag | Eelco Dolstra | 1 | -3/+3 | |
2017-07-17 | Always use base-16 for hashed mirror lookups | Eelco Dolstra | 1 | -0/+13 | |
In particular, don't use base-64, which we don't support. (We do have base-32 redirects for hysterical reasons.) Also, add a test for the hashed mirror feature. | |||||
2017-07-17 | Make the hashes mirrors used by builtins.fetchurl configurable | Eelco Dolstra | 1 | -2/+2 | |
In particular, this allows it to be disabled in our tests. | |||||
2017-07-04 | Support base-64 hashes | Eelco Dolstra | 1 | -0/+9 | |
Also simplify the Hash API. Fixes #1437. | |||||
2015-10-30 | <nix/fetchurl.nix>: Support xz-compressed NARs | Eelco Dolstra | 1 | -0/+14 | |
2015-10-30 | <nix/fetchurl.nix>: Support downloading and unpacking NARs | Eelco Dolstra | 1 | -3/+21 | |
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. | |||||
2012-09-11 | Don't put results symlinks in the tests directory | Eelco Dolstra | 1 | -1/+1 | |
2012-07-09 | Add a test for the fetchurl function | Eelco Dolstra | 1 | -0/+9 | |