Evan Stoll

Results 78 comments of Evan Stoll

I am getting this issue on a private repository with some private submodules. The path, however, is absolute and _does_ appear in the nix store. ``` error: failed to read...

This might also be an option: https://github.com/Netflix-Skunkworks/go-jira/blob/master/README.md#keyring-password-source ~~Not sure what we'd do about Windows, though.~~ Looks like credential locker is supported here: https://pypi.python.org/pypi/keyring

Will #99 impact the addition of `jupyterWith` to the `jupyter` modules for NixOS? Or would this still happen, just with more stable dependencies in the form of a flake?

Hrm, alright. Dependencies aside, I'm hoping there's a way to get a module for either jupyter lab or jupyterWith at some point. Much easier to manage long-running services that way,...

> Flakes allow to expose NixOS modules, so this should be possible. A reference: https://www.tweag.io/blog/2020-07-31-nixos-flakes/ Thanks! Been trying to wrap my head around flakes; I really need to actually read...

I've been trying to figure out a way to circumvent this, but `tryEval` isn't working, and I can't figure out how to check if `xz_url` is available per extension. At...

Might [these](https://github.com/rust-lang/rustup.rs/pull/1997) new rustup features propagate into this overlay somehow?

I recently had some time to take a look at this again. I decided to go for an "optional features" approach, and it seems to work nicely (I think??) The...

Recently discovered the [Oxalica overlay](https://github.com/oxalica/rust-overlay) which seems to implement at least one of the aforementioned approaches (latest nightly with specified extensions) as mentioned [here](https://github.com/oxalica/rust-overlay#attributes-provided-by-the-overlay).

In addition, I figured we might want to check `idna` and `percent_encoding` as well, but wasn't sure how those should be handled. i.e., I'm assuming we're doing a PR per...