lix/src/libexpr/primops
Eelco Dolstra 57a8eb4c01 fetchTree(): Parse type attribute first
The 'url' attribute depends on whether type == 'git', so this is needed for

  builtins.fetchTree {url = "git@github.com:NixOS/nix.git"; type = "git";}
2021-10-06 17:39:02 +02:00
..
context.cc Improve error formatting 2021-01-21 11:02:09 +01:00
derivation.nix Remove corepkgs/derivation.nix 2020-09-17 09:41:02 +02:00
fetchMercurial.cc allow fetchMercurial to take a name argument 2021-07-06 08:43:06 +02:00
fetchTree.cc fetchTree(): Parse type attribute first 2021-10-06 17:39:02 +02:00
fromTOML.cc Improve error formatting 2021-01-21 11:02:09 +01:00