-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failure: zig #353702
Comments
Fixed by #353383. |
Hey, I am encountered an error with Steps to reproduce
# FileName: default.nix
{
pkgs ? import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs/archive/3d7216f0da3265e6fc25eb78745111632df5e906.tar.gz") { },
}:
pkgs.zig_0_13
|
You can track when #353383 will reach master here: |
I didn't know such a site existed. Thanks for letting me know. |
What's a good way to find out the last working commit in cases like this? |
It looks like |
I’m thinking I may be confused? |
Hey @cpick, Did you try I tried this command, then this command successed. - system: `"aarch64-darwin"`
- host os: `Darwin 24.1.0, macOS 15.1`
- multi-user?: `yes`
- sandbox: `no`
- version: `nix-env (Nix) 2.18.2`
- channels(root): `"nixpkgs"`
- nixpkgs: `/nix/store/63lvc59rjz075kb1f11xww2x2xqpw1pn-source` If you successed to run the command, the cause might be happened by Hydra. |
Steps To Reproduce
Steps to reproduce the behavior:
nix repl
:lf github:nixos/nixpkgs/7ffd9ae656aec493492b44d0ddfb28e79a1ea25d
:b outputs.legacyPackages.aarch64-darwin.zig
Build log
https://gist.github.com/ryanseipp/9ecd265a0ab3fcd41383413f770e1990
Additional context
Appears to be a path lookup problem.
Notify maintainers
@andrewrk @figsoda
Metadata
Add a 👍 reaction to issues you find important.
The text was updated successfully, but these errors were encountered: