tomberek
tomberek
It works, in a sense, using the process-compose syntax: https://f1bonacc1.github.io/process-compose/configuration/#local-per-process_1 ```toml version = 1 [services.thing] command = "echo {{.foo}}; echo done" vars.foo = "bar" ```
Was it ever determined if this was a difference in behavior or only the presence of a warning bringing attention to it?
Most likely related to systemd-homed and not picking up the relevant PAM module via NSS. Some thoughts: - might work with a LD_PRELOAD? - check NSS config - Impact of...
It is grabbing it from your USER variable: https://github.com/flox/flox/blob/e4a5dbf63dc5b88f61ecc34463b4926165d638ca/cli/flox/src/main.rs#L217
> here's another related warning: > > ``` > warning: ignoring the client-specified setting 'trusted-public-keys', because it is a restricted setting and you are not a trusted user > ```...
> What happens if we run `brew uninstall flox`? Which files remain? Still working on this and open to any ideas. The thought is that the Nix Store remains. Removing...
~~Updated with a bump to 1.0.7.~~ Updated to transform a `brew uninstall flox` to leave a functioning daemon-less Store behind. This can then be adopted by a subsequent `brew install...
> Hey Tom, nice to see you again! 👋 :wave: > Trying to figure out how we should approach this one. Probably too much logic in the Caskfile that should...
@krehel I've updated the method to be cleaner and remove the postflight stanzas. There is some more cleanup we can do after 1.1.0 is out as well, but I'd like...
Simplified and rebase'd.