nix-super/src
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
..
build-remote Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
cpptoml bump cpptoml to v0.1.1 2019-05-29 17:01:39 +08:00
libexpr Add fetchTree builtin function 2020-02-11 23:53:46 +01:00
libmain Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
libstore Parse narHash attribute for all input types 2020-02-11 23:53:24 +01:00
libutil Factor out TreeInfo 2020-02-01 22:06:55 +01:00
nix nix path-info --json: Print hash in SRI format 2020-02-11 23:50:16 +01:00
nix-build findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-channel Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-collect-garbage Merge all nix-* binaries into nix 2018-10-26 12:54:00 +02:00
nix-copy-closure Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-daemon Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
nix-env findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-instantiate findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-prefetch-url findAlongAttrPath(): Return position 2020-02-07 14:08:24 +01:00
nix-store nix flake list-inputs: Pretty-print the tree 2020-01-31 14:09:27 +01:00
resolve-system-dependencies Make the Store API more type-safe 2019-12-10 22:06:05 +01:00