| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
avoid forking or disconnecting std{out,err}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Seems to have been removed by mistake in the previous cleanup
|
|
Now that we don't copy `activate` from the same directory as `current_exe`,
we can skip the check that the `current_exe` is reachable and in nix store.
|
|
|
|
This gets rid of yet more code, so - win!
|
|
|
|
This gets rid of the "current_exe" vestige that has stuck around from
when this program was meant to be standalone; instead, we use
the (already known) path to the activate-rs wrapper, which
automatically uses the correct binary for the deploy target platform.
|
|
|
|
This should solve at least part of #10
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
on nix builds
|
|
|
|
|
|
|
|
|
|
|
|
|
|
executing $PROFILE/activate (Wrap It Yourself) to ensure successful rollback activations
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|