Nicolas Mattia
Nicolas Mattia
Hi there @molisani, are there plans to resurrect this? Would be a great addition!
@flandweber to clarify, the hash is only needed in the `pkgs` version because it's a fixed output derivation, though not needed in the `builtin = true` case, right? I don't...
thanks @414owen ! Actually last weekend @zimbatm and I were talking about whether it'd be feasible to use `niv` to edit a `flake.nix`. This would require a nix parser, but...
> Hmmm, I ran a few tests, and the flake format is pretty strict. Nice! I think that's the conclusion we also reached. That'd mean that the parsing should be...
> later versions of nix actually have a nix flake update command Ah, that's amazing! > we should just handle niv things for now. Sure, that makes sense. I like...
@herumi I think only the one on line 42 matters, the other one might as well stay on ubuntu latest (unless you find this confusing). I'll submit a PR!
Quick question: I was facing a similar issue with a windows build (rather, cross compiling from debian to windows), though changing the build from `windows-latest` to `windows-2019` did not fix...
> Do you get the same error when you make clean && make on your machine? I can't easily try this out on my machine (macOS) and in Docker (`ghcr.io/goreleaser/goreleaser-cross:v1.22.3`)...
@herumi I'm actually getting build failures on Linux now during the "release" (same `functional` missing I had on Windows [here](https://github.com/herumi/bls-go-binary/issues/31#issuecomment-2133267016)): > src//bls/mcl/include/cybozu/hash.hpp:48:10: fatal error: 'functional' file not found > #include...
> It is an experimental feature, so please disable it. Unfortunately now I seem to get MCL-related errors: ``` ld.lld: error: undefined symbol: mcl::msm::initMsm(mcl::CurveParam const&, mcl::msm::Param const*) >>> referenced by...