Moritz Böhme

Results 16 comments of Moritz Böhme
trafficstars

> This is [already set in Nixpkgs' rust-analyzer](https://github.com/NixOS/nixpkgs/blob/de80d1d04ee691279e1302a1128c082bbda3ab01/pkgs/development/tools/rust/rust-analyzer/wrapper.nix#L13-14). Oh, it seems it was probably just user error on my part then. I don't think we need fenix for the quicker...

I think this should now be ready if you agree @winterqt and @diannasoreil.

I had the idea to create a `.netrc` file from a local `poetry.toml`: ```toml [http-basic.some_source] username = "foo" password = "bar" ``` I created a working prototype: https://git.moritzboeh.me/moritz/poetry-netrc. In the...

I found a workaround by using the block ref url instead of just the reference...

> Is this really useful? Probably not. I had to look up how the old let worked and only found 2 examples in total.

I have a somewhat similar problem, in that I have my credentials to a private package index stored in the `poetry.toml` file like so: ```toml [http-basic.my_index] username = "******" password...