1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00
nix/tests/functional/lang/eval-fail-fetchurl-baseName-attrs-name.nix
2024-06-25 19:41:29 +02:00

2 lines
81 B
Nix

builtins.fetchurl { url = "https://example.com/foo.tar.gz"; name = "~wobble~"; }