lix/src/libexpr/primops
Viktor Kronvall 7cdaae6b9c Support SCP-like URLs in builtins.fetchGit attrs
This extends https://github.com/NixOS/nix/pull/4978 with
supporting the SCP-like urls in expressions like

```nix
builtins.fetchGit {
  url = "git@github.com:NixOS/nix.git";
  ref = "master";
}
```
2021-07-30 08:17:46 +09: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 Support SCP-like URLs in builtins.fetchGit attrs 2021-07-30 08:17:46 +09:00
fromTOML.cc Improve error formatting 2021-01-21 11:02:09 +01:00