Unverified Commit 05d71c7c authored by Emily's avatar Emily Committed by GitHub
Browse files

nixos-rebuild: run systemd-run with / as the working directory (#353079)

parents 9eea3cbd 1da9bad1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -855,7 +855,6 @@ if [[ "$action" = switch || "$action" = boot || "$action" = test || "$action" =
        "--no-ask-password"
        "--pipe"
        "--quiet"
        "--same-dir"
        "--service-type=exec"
        "--unit=nixos-rebuild-switch-to-configuration"
        "--wait"