1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src
Kevin Quick cb186f1e75
Use "?dir=..." portion of "registry add" local path specification.
The registry targets generally follow a URL formatting schema with
support for a query parameter of "?dir=subpath" to specify a sub-path
location below the URL root.

Alternatively, an absolute path can be specified.  This specification
mode accepts the query parameter but ignores/drops it.  It would
probably be better to either (a) disallow the query parameter for the
path form, or (b) recognize the query parameter and add to the path.

This patch implements (b) for consistency, and to make it easier for
tooling that might switch between a remote git reference and a local
path reference.

See also issue #4050.
2020-09-25 09:36:18 -07:00
..
build-remote Make system-features a store setting 2020-08-12 18:13:00 +00:00
cpptoml
libexpr Use "?dir=..." portion of "registry add" local path specification. 2020-09-25 09:36:18 -07:00
libfetchers Don't include <regex> in header files 2020-09-21 18:22:45 +02:00
libmain Change option descriptions to Markdown 2020-08-19 14:21:27 +02:00
libstore Merge pull request #3953 from obsidiansystems/basic-derivation-goal-outputs 2020-09-25 17:21:19 +02:00
libutil expectArg(): Respect the 'optional' flag 2020-09-25 10:27:40 +02:00
nix Fixes fall-through to report correct description of hash-file command. 2020-09-24 12:30:03 -07:00
nix-build Merge remote-tracking branch 'upstream/master' into single-ca-drv-build 2020-09-15 14:17:06 +00:00
nix-channel Remove corepkgs/unpack-channel.nix 2020-09-17 09:41:02 +02:00
nix-collect-garbage unsigned long long -> uint64_t 2020-07-30 13:34:04 +02:00
nix-copy-closure
nix-daemon Fix max fd calc and add test 2020-08-20 05:08:50 +00:00
nix-env Don't include <regex> in header files 2020-09-21 18:22:45 +02:00
nix-instantiate addPermRoot(): Remove indirect flag 2020-09-03 11:29:34 +02:00
nix-prefetch-url nix-prefetch-url: Add --executable flag 2020-09-18 19:09:45 +03:00
nix-store Merge remote-tracking branch 'upstream/master' into single-ca-drv-build 2020-09-03 15:43:17 +00:00
resolve-system-dependencies lstat() cleanup 2020-09-23 19:17:28 +02:00