Frank Moda
Frank Moda
I can confirm, that the above `preCheck` solution fixes it for me as well on my M1.
Opened a PR for this: https://github.com/NixOS/nixpkgs/pull/193254
Same issue here. Wonder if this has to do with the new AMFI Launch Constraints introduced in Ventura: https://theevilbit.github.io/posts/amfi_launch_constraints/
I ran into this same issue. I use flakes, and my `NIX_PATH` is ``` /Users/fmoda3/.nix-defexpr/channels:darwin-config=/Users/fmoda3/.nixpkgs/darwin-configuration.nix:/nix/var/nix/profiles/per-user/root/channels ``` which happens to contain "nixpkgs" in one of the entries, making comma think I...