nixpkgs/pkgs/os-specific
Robert Hensing 4734959784 nixos-rebuild: Add proper escaping to ssh calls
SSH merges its arguments by space-concatenation - it does not preserve
the array structure.

This is arguably a historic mistake, whose fix would be too breaking.
I suppose it will stay this way forever, until perhaps a better behavior
can be opted in to using a flag, and I don't think this flag exists yet.

To make multi-argument commands work reliably over ssh, we need to escape
them, which is what the ${@@Q} incantation achieves.
2024-10-30 00:21:20 +01:00
..
bsd openbsd.rtld: init 2024-10-24 00:43:24 +00:00
darwin darwin.xcode: add 16.1 2024-10-27 17:16:04 +02:00
linux nixos-rebuild: Add proper escaping to ssh calls 2024-10-30 00:21:20 +01:00
windows Clean up cross bootstrapping, take 2 (#321525) 2024-09-06 14:56:54 -04:00