lix/src
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
..
build-remote copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
cpptoml Revert the enum struct change 2020-06-18 22:11:26 +00:00
libcmd Merge pull request #5042 from alyssais/pthread 2021-07-28 12:31:01 +02:00
libexpr Support SCP-like URLs in builtins.fetchGit attrs 2021-07-30 08:17:46 +09:00
libfetchers Enable pthreads for new libraries 2021-07-24 09:15:01 +00:00
libmain Fix --no-gc-warning 2021-07-25 16:06:55 +02:00
libstore Revert no longer necessary change 2021-07-26 13:50:18 +02:00
libutil libutil: use uniform initialization in _deletePath 2021-07-24 09:19:48 +00:00
nix nix develop: Support chroot stores 2021-07-27 14:24:03 +02:00
nix-build buildPaths(): Add an evalStore argument 2021-07-22 09:59:51 +02:00
nix-channel Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-collect-garbage Initialize plugins after handling initial command line flags 2021-02-24 08:22:17 -05:00
nix-copy-closure copyPaths: Pass store by reference 2021-07-22 09:59:51 +02:00
nix-env Rename Buildable 2021-04-05 09:52:25 -04:00
nix-instantiate nix-instantiate: Fix --eval-store 2021-07-27 11:16:47 +02:00
nix-store Rename Buildable 2021-04-05 09:52:25 -04:00
nlohmann nlohmann_json: Update to 3.9.1, fix use of internal copy 2021-07-15 12:25:53 +02:00
resolve-system-dependencies Apply OS checks to host platform, not build 2021-06-23 15:00:36 +00:00