aboutsummaryrefslogtreecommitdiff
path: root/tests/restricted.sh
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2021-03-16 18:51:17 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2021-03-16 19:14:42 +0100
commitddcef3bcbbba69ab8c43214ca8099f1d3d7e8c08 (patch)
treeac3bac86c08f3866ad4f4f6b6ee889b02c594347 /tests/restricted.sh
parent66fa1c7375e4b3073a16df4678cf1d37446ed20b (diff)
Fix Nix to properly work with stores using a scoped IPv6 address
According to RFC4007[1], IPv6 addresses can have a so-called zone_id separated from the actual address with `%` as delimiter. In contrast to Nix 2.3, the version on `master` doesn't recognize it as such: $ nix ping-store --store ssh://root@fe80::1%18 --experimental-features nix-command warning: 'ping-store' is a deprecated alias for 'store ping' error: --- Error ----------------------------------------------------------------- nix don't know how to open Nix store 'ssh://root@fe80::1%18' I modified the IPv6 match-regex accordingly to optionally detect this part of the address. As we don't seem to do anything special with it, I decided to leave it as part of the URL for now. Fixes #4490 [1] https://tools.ietf.org/html/rfc4007
Diffstat (limited to 'tests/restricted.sh')
0 files changed, 0 insertions, 0 deletions