Matthew Kenigsberg

Results 291 comments of Matthew Kenigsberg

When both a node and a yarn version are specified, we don't need to take a cross product, we should just try to resolve nodejs@version and yarn@version in the same...

Are there many `emacPackages.@XXX`, or just one `emacsPackages.@`?

> If the char before is an `.`, treat it as part of the `attr_path` and do not split. Seems like this would be a pretty straightforward change in `CatalogPackage::from_str`

I think we should probably stick to the same formatter as used upstream. Using a different formatter will make diffs a lot worse

Do we just need to add `libGL` to this list? https://github.com/flox/flox/blob/11ea893bd400cee7ba22449e28673033f898541e/assets/activation-scripts/etc/profile.d/0800_cuda.sh#L44

Fix may have some overlap with https://github.com/flox/flox/issues/3569

> The activations design caters to this with the normal "in place" activation mode, with no special consideration required. More specifically: I think there are cases where you either 1....

`flox activate -- sleep infinity &` would start it, but then you have no way to tear things down. And I don't think `flox activate -- sleep infinity &` is...

> That's why I said: > > > We can come up with a command line option that essentially yield the same behaviour without the need for invoking sleep, but...

> [@tallpants](https://github.com/tallpants) It's not noise. This might be something we can move upstream into nixpkgs as corepack as provided by `nodejs` package is pretty broken and expected to be part...