Nicolas Mattia

Results 263 comments of Nicolas Mattia

It could be. Can you `export SORRI_DEBUG=yes` in your shell?

Hehe yes indeed! I wrapped `sorri` in functions for that purpose; I haven't documented the setup yet because I want to try it out on my machine first. I had...

Ah, that's _great_ timing! `DIRENV_IN_ENVRC` would have been enough, but I love the idea of `source_url`. Will have a look at the doc/code.

> Or alternatively niv could become flake-aware and keep its nice UI PRs welcome :) might just be a matter of updating `setSources` and `getSources` in [this file](https://github.com/nmattia/niv/blob/master/src/Niv/Sources.hs): ```haskell getSourcesEither...

I'm running into a very similar issue! This cpp reference is undefined: `std::__throw_bad_array_new_length()` @troian would it be possible to bump `bullseye` to `bookworm` [here](https://github.com/goreleaser/goreleaser-cross-toolchains/blob/9c4481747307ffc4b8dc3e47569d82e9a4cd1f29/Dockerfile#L7)? I'm copying & editing the various...

@troian I tried to create a new image derived from your (bullseye) image but copying a sysroot from a newer (bookworm) debian: ```Dockerfile FROM debian:bookworm as debian-latest RUN \ set...

@troian [the README says](https://github.com/goreleaser/goreleaser-cross?tab=readme-ov-file#supported-toolchainsplatforms) several platforms (darwin x86/arm, linux x86, etc) were verified. Can you share the repos used for verification? The example sysroot repo [goreleaser/goreleaser-cross-example-sysroot](https://github.com/goreleaser/goreleaser-cross-example-sysroot) is missing arm Darwin,...

> But, the ending notes in that blog post suggests that using this implementation for our purposes would result in all wrapper derivations need to IFD. Hey guys! I have...

> If I understood correctly your blog post, you are / were capable of printing those lists, but not making Nix evaluate them, unless IFD was used. Is my understanding...