mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 12:06:01 +01:00
Among all the characters that are allowed in a URL, both the percentage sign "%" and the single quotation mark "'" needs escaping when written as a environment variable in a systemd service file. While the single quotation mark may be rare, the percentage sign is widely used to escape characters in a URL. This is especially common in proxy setting, where username and password may contain special characters that need percentage escaping. This patch applies the following replacements: % -> %% ' -> \' |
||
|---|---|---|
| .. | ||
| bigsur-nixbld-user-migration.sh | ||
| check-hydra-status.sh | ||
| create-darwin-volume.sh | ||
| install-darwin-multi-user.sh | ||
| install-multi-user.sh | ||
| install-nix-from-closure.sh | ||
| install-systemd-multi-user.sh | ||
| install.in | ||
| local.mk | ||
| nix-profile-daemon.fish.in | ||
| nix-profile-daemon.sh.in | ||
| nix-profile.fish.in | ||
| nix-profile.sh.in | ||
| prepare-installer-for-github-actions | ||