Zach Mitchell

Results 190 comments of Zach Mitchell

One problem with setting the entire `PATH` via `_FLOX_RESTORE_PATH` is that it removes the default environment from `PATH` in some cases: - Start in a shell that doesn't have the...

I'm running into this now and I'm a little unclear about what I should expect from the `main` branch. I totally understand having the `release-24.05` branch (and its inputs) be...

While we look into this, I did just check and `python312Packages.conda` worked for me.

Honestly I think this is still too much, the `[]` still gets lost in comments. My preference would be something like this: ```toml # See documentation for the Flox manifest...

So, I didn't know that `temp_env` existed, that's good to know, but like Yannik said it uses some locking internally. A case where it may cause a problem is if...

In the future, a daemon would be able to send those envelope files without data loss. Right now the data loss situation looks like: - Single watchdog reads single envelope...

I've also ensured that I have `nix.distributedBuilds = false`.

Alright, I managed to get myself unstuck. Here's what I did: - Clone `nix-darwin` - Edit `pkgs/darwin-rebuild.sh` to include `--builders ''` in this line: https://github.com/LnL7/nix-darwin/blob/a55b3f1ab41bb6d5025ebeebb4da5fd240b9b3b3/pkgs/nix-tools/darwin-rebuild.sh#L212 - Use this clone of...

It would be nice if there was a way for the user to pass flags to the underlying `nix build`/`nix-build` call.