1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00
nix/tests
Bernardo Meurer Costa 1b1d7e3047
test(nixos): add nix-prefetch-url test for S3 URLs with query parameters
Adds a comprehensive test to verify that `nix-prefetch-url` correctly
handles S3 URLs with query parameters (e.g., custom endpoints and regions).

Previously, nix-prefetch-url would fail with "invalid store
path" errors when given S3 URLs with query parameters like
`?endpoint=http://server:9000&region=eu-west-1`, because it incorrectly
extracted the filename from the query parameters instead of the path.
2025-10-20 21:45:37 +03:00
..
functional fix(tests/functional/repl): skip test if stack size limit is insufficient 2025-10-17 17:05:12 +00:00
installer Format .nix files 2025-01-24 17:04:02 +01:00
nixos test(nixos): add nix-prefetch-url test for S3 URLs with query parameters 2025-10-20 21:45:37 +03:00
repl-completion.nix Format .nix files 2025-01-24 17:04:02 +01:00