Robert Hensing

Results 909 comments of Robert Hensing

Triaged 2024-07-03: This may be an IFD-related problem, considering [this import in `nix-freeze-tree`](https://git.sr.ht/~jack/nix-freeze-tree/tree/60e09710d6062d54d063c8488337c14d9d302d58/item/flake.nix#L48) Could also be caused by recent-ish changes in `EvalState` to use `Source`- / `InputAccessor` for allow-listing the...

`packages.aarch64-linux.nix` is not a true cross build. Is this with qemu-user and binfmt_misc, or with a NixOS builder VM?

Thoughts: - After https://github.com/NixOS/nix/issues/7730, `flake-compat` should probably just be a flake input like any other. - I'm open to revisiting this if we have a reason to make it overridable...

https://github.com/nix-community/nix-unit/pull/185 solves the problem, as does the existing flake page in the manual, if you can provide the relevant flake inputs. I don't know how exactly that translates to `npins`,...

This adds many undocumented options. Please add documentation so we can publish the docs on flake.parts. It'd be good to have a CI check as well, although I'm surprised that...

Links to the upstream docs would do the job just fine. > wasn't originally meant to be a breaking change. Of course. Sorry for the grumpy mood. This looks like...

> need not strictly be documented due to the 1-on-1 map with upstream. That's not the excuse, but the thing to document. > Is there something in upstream that I...

Even better: ```bash nix build github:hercules-ci/flake.parts-website#checks.x86_64-linux.linkcheck --override-input process-compose-flake . ``` The link check is very fast nowadays, thanks to the `lychee` project.

I don't see how [that](https://github.com/srid/haskell-flake/pull/244) wouldn't be reproducible, because everything seems to be pinned in `doc/flake.lock`. That said, I wouldn't be surprised if Nix still had a bug with input...