nixpkgs/pkgs/os-specific/linux/nixos-rebuild
fricklerhandwerk 283eaaff3e nixos-rebuild: use remote $PATH in buildHostCmd
this fixes the issue when using

    nixos-rebuild switch --target-host <target> --use-remote-sudo

when the local machine does not have anything in `$PATH` that would
resolve to `sudo` on the remote machine.

the single quotes prevent expansion of `$PATH` on the local machine,
such that the remote machine's value of that variable is used.
2021-02-10 23:13:37 -08:00
..
default.nix
nixos-rebuild.sh nixos-rebuild: use remote $PATH in buildHostCmd 2021-02-10 23:13:37 -08:00