Samuel Ainsworth
Samuel Ainsworth
This is a huge pain esp. when dealing with non-`type: "shell"` tasks. Eg for vscode extension development, the main launch command looks like: ``` { "name": "Run Extension", "type": "extensionHost",...
How long does it take to enter the `nix-shell` from the command line? Sometimes activating a shell.nix requires downloading/building a bunch of stuff and I don't think nix-env-selector has a...
See also https://github.com/arrterian/nix-env-selector/issues/59
I'd also like to suggest the ability to use `shell.nix` files that are not in the workspace root, but somewhere deeper in the directory structure. I often work in "monorepo"...
> The darwin build might be ok after https://github.com/NixOS/nixpkgs/pull/184395, since that updates the package to use SDK 11.0, which is available in nixpkgs, it's just not the default one. Once...
> Once we get #184395 merged, we should def rebase this on top of that now merged! @mcwitt could you please rebase on top of that and then we can...
> Just FYI, I'll be traveling for a few days and won't have a chance to work on this again before next week. If anyone needs it sooner, feel free...
Update: looks like jax is not a required dependency of etils anyhow? https://github.com/NixOS/nixpkgs/blob/6b34476e8009bbc4eeab0b0b52065c5ea6cf4537/pkgs/development/python-modules/etils/default.nix#L45-L59
Result of `nixpkgs-review pr 183051` run on x86_64-linux [1](https://github.com/Mic92/nixpkgs-review) 32 packages failed to build: python310Packages.aeppl python310Packages.aesara python310Packages.chex python310Packages.dalle-mini python310Packages.distrax python310Packages.dm-haiku python310Packages.dm-sonnet python310Packages.elegy python310Packages.flax python310Packages.jmp python310Packages.optax python310Packages.pymc python310Packages.rlax python310Packages.tensorflow-datasets python310Packages.treex python310Packages.vqgan-jax...
> I skimmed over the breakages. Many seem to be caused by the following: Thanks for digging into these failures @mcwitt! * `tree_multimap` issues (affecting chex, jmp): I'm ok letting...