lix/src/libexpr
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
..
flake Add use-registries config option (and deprecate --no-registries flag) 2021-07-16 23:26:04 +03:00
primops Support SCP-like URLs in builtins.fetchGit attrs 2021-07-30 08:17:46 +09:00
attr-path.cc Rename findDerivationFilename -> findPackageFilename 2021-07-19 18:10:10 +02:00
attr-path.hh Rename findDerivationFilename -> findPackageFilename 2021-07-19 18:10:10 +02:00
attr-set.cc
attr-set.hh libexpr: misc improvements for proper error position 2021-04-13 23:12:38 +02:00
common-eval-args.cc Support --eval-store in nix-instantiate and nix-build 2021-07-22 09:59:51 +02:00
common-eval-args.hh Support --eval-store in nix-instantiate and nix-build 2021-07-22 09:59:51 +02:00
eval-cache.cc libcmd/installables: force re-evaluation of cached failures 2021-04-19 19:51:04 +02:00
eval-cache.hh libcmd/installables: force re-evaluation of cached failures 2021-04-19 19:51:04 +02:00
eval-inline.hh Improve error formatting 2021-01-21 11:02:09 +01:00
eval.cc Merge pull request #5048 from tweag/flox-eval-store 2021-07-27 12:20:32 +02:00
eval.hh Merge pull request #5048 from tweag/flox-eval-store 2021-07-27 12:20:32 +02:00
fetchurl.nix Move <nix/fetchurl.nix> into the nix binary 2020-12-22 14:43:20 +01:00
function-trace.cc
function-trace.hh
get-drvs.cc Use BuildableReq for buildPaths and ensurePath 2021-04-05 08:33:00 -04:00
get-drvs.hh
imported-drv-to-derivation.nix
json-to-value.cc
json-to-value.hh
lexer.l libexpr: Fix read out-of-bound on the heap 2021-07-14 09:09:42 -07:00
local.mk Enable pthreads for new libraries 2021-07-24 09:15:01 +00:00
nix-expr.pc.in
nixexpr.cc Improve error formatting 2021-01-21 11:02:09 +01:00
nixexpr.hh libexpr: misc improvements for proper error position 2021-04-13 23:12:38 +02:00
parser.y libexpr: misc improvements for proper error position 2021-04-13 23:12:38 +02:00
primops.cc toString also coerces a set with an outPath attribute to a string 2021-07-09 21:50:10 +01:00
primops.hh
symbol-table.hh
value-to-json.cc
value-to-json.hh
value-to-xml.cc
value-to-xml.hh
value.hh libexpr: misc improvements for proper error position 2021-04-13 23:12:38 +02:00