Open abathur opened 1 year ago
One (potentially worst-case) example is an ssh
invocation that would run commands on another system.
git
on PATH, or whatever). I'm not sure if it would make sense to bother detecting precise hosts and such in this case--just make the user look at each invocation.Another example is nixos-enter
(brought up in https://github.com/abathur/resholve/issues/81#issuecomment-1366964535) which will run the commands in a chroot (potentially with or without a shell) on the same system. Despite being nixos-native, I suspect this case is actually very similar to the ssh case? If I'm understanding it, the chroot would contain the system packages (which could also change between invocations)?
nixos-enter
, or for a specific invocation.
I think the main questions that help tease out whether these are on resholve's turf are: