Tristan Ross
Tristan Ross
Issue occurs in Nix as well: https://github.com/NixOS/nixpkgs/issues/374456
Wouldn't the solution be to check if the target is the same as host instead if the target argument is passed? Sounds like a pretty simple fix.
I think I've ran into this problem on NixOS (Ampere Altra, 64k page size): https://github.com/NixOS/nixpkgs/issues/348660
> * There are new guidelines for distros to be formally associated, which essentially require a community: https://asahilinux.org/docs/alt/policy/ > Your project to implement Apple Silicon support in your distro of...
This is reproducible with Nixpkgs / NixOS via running `nix build github:NixOS/nixpkgs#pkgsLLVM.umockdev`. We've got glibc-2.40.
Has conflicts
Was able to reproduce this.
With #28 and #29 merged, we get this: ``` debug: running "nix flake prefetch --json --extra-experimental-features 'flakes nix-command' tarball+https://codeberg.org/ifreund/zig-xkbcommon/archive/v0.2.0.tar.gz" debug: running "nix flake prefetch --json --extra-experimental-features 'flakes nix-command' tarball+https://git.sr.ht/~novakane/zig-fcft/archive/1.1.0.tar.gz" debug:...
We get a bit more of a cleaner `MissingNixHash` error instead of just missing fields now. It doesn't say which one but now it's at least recognizing there's a problem.
The problem I had with `requiredSystemFeatures` and the page size was that it applies to all derivations. This would make ranges difficult since then it'll be an `&` and not...