Closed aidanaden closed 1 month ago
Ah, this might be the fact zig2nix uses the master to build some internal tools. Good catch. I'll switch the internal tools to use default zig to avoid link rot.
Ah, this might be the fact zig2nix uses the master to build some internal tools. Good catch. I'll switch the internal tools to use default zig to avoid link rot.
thank u so much !! i'll be honest i'm pretty new to nix and barely know what im doing LOL
Should be fixed in 23d877ada261e3a6da9520c22fcd08859950b786
I'm trying to create a flake for https://github.com/neurocyte/flow to allow nix users to test out the app with the command:
nix run github:neurocyte/flow
I've managed to get a working flake on m1 macbook air, but
nix run .
fails on x86-64 nixos. The flake is as below:The error i receive when running
nix run .
on my x86-64 nixos is:is there a way to enforce the use of 0.13.0 to circumvent having to download/build zig-0.14.0?