Files
lix/src/libexpr
Eelco Dolstra 26dacc0983 Add fetchTree builtin function
This allows all supported fetchers to be used, e.g.

  builtins.fetchTree {
    type = "github";
    owner = "NixOS";
    repo = "nix";
    rev = "d4df99a3349cf2228a8ee78dea320afef86eb3ba";
  }
2020-02-11 23:53:46 +01:00
..
2020-02-11 23:53:46 +01:00
2018-06-12 17:49:55 +02:00
2020-01-21 22:56:04 +01:00
2020-01-22 21:58:07 +01:00
2019-03-14 14:10:52 +01:00
2020-01-13 21:34:54 +01:00
2018-10-27 00:14:51 +02:00
2019-12-10 22:06:05 +01:00
2019-12-10 22:06:05 +01:00
2019-03-14 14:11:12 +01:00
2019-12-15 10:44:53 +01:00