Winter

Results 171 comments of Winter

We already do that, so it’s almost definitely due to some wheel given that Austin mentioned `numpy`.

@steadmon Can you post the error here? I’m curious what dependency changed caused this. Either way, I have a better fix in mind, which I’ll try to PR later today.

Yup, indeed -- thanks! I have a slightly nicer fix locally, just waiting to see if @thoughtpolice is fine with me superseding this PR with it.

We *might* be able to do some magic to fix this automatically, but it'd be somewhat hacky. Going to leave this open for now, though.

I can work on this in a few hours. Edit: some things came up, so this will happen tomorrow instead. Feel free to work on this instead if you're reading...

It's 3. From the keyserve client JS: ```js O = [ { off: 'free used gone', on: 'down', order: '1' }, { off: 'down used gone', on: 'free', order: '0'...

> `extraPackages = [ pkgs.go pkgs.which ];` > but `nix flake check` still fails because it can't find `go` during `golangci-lint` @matdibu Adding it to `extraPackages` works fine for me,...

This is planned.

> Btw, I'm a bit confused about this because I thought nixpkgs was using stable Rust. We are. > (Unstable options should not be available on stable Cargo/rustc.) Yeah, not...