Alessandro Candido

Results 39 comments of Alessandro Candido

Oh, thanks. I actually searched for `_PYO3_DEF` in the repo, but I forgetting the leading `_` (and it didn't show the issue...) https://github.com/search?q=repo%3APyO3%2Fpyo3+PYO3_DEF&type=issues https://github.com/search?q=repo%3APyO3%2Fpyo3+_PYO3_DEF&type=issues Sorry...

> As a workaround for now, it shouldn't be too hard though to inject the `home.sessionVariables` via [`programs.nushell.environmentVariables`](https://nix-community.github.io/home-manager/options.html#opt-programs.nushell.environmentVariables) The workaround works perfectly. @Philipp-M Is there any drawback to implement it...

What if we make it opt-out? I believe the most sensible default, for someone who is unfamiliar with Nushell, or just trying it, would be to get the `sessionVariables` as...

> I just don't have time currently to do this myself. I was considering doing it myself, not requesting someone else. For the time being, I'm fine with the workaround...

Not sure how simple is to parse that file, since just *evaluating* it should not be possible with Nu... I believe the easiest would be to source the file with...

https://www.nushell.sh/book/configuration.html#nushell-configuration-with-env-nu-and-config-nu https://www.nushell.sh/book/configuration.html#path-configuration But, as I said, I could do it myself. I simply didn't want to start until I had a decent understanding about how it is done in other...

I confirm it is working also for me. Thanks :)

Btw, in NixOS the aliases are actually set in `/etc/zshrc`. https://github.com/NixOS/nixpkgs/blob/fcea2b6260dd566c28c894b4207a5f2b56c2cba3/nixos/modules/programs/zsh/zsh.nix#L279-L280

Something similar is happening also with `prettier`.

I'm not using VS code, and I'd like to work also outside, if possible. Let's say, I'd want to be free to run commands in whatever terminal, on a generic...