Open MorganSP opened 2 years ago
Hey, I'd guess that you are running an old version of mach-nix. That bug should be fixed by now. Could you check? Maybe also try mach-nix master. There have been a few macos related fixes in the past days as well.
Hi I'm on 3.4.0
Oh then this is a bug in the CLI application. Until this is fixed, you should be able to successully build without the CLI, just using a nix expression, like described here
I encountered the same problem, even with the latest master
nix-shell -p '(callPackage (fetchTarball https://github.com/DavHau/mach-nix/tarball/master) {}).mach-nix'
Seeing this on linux x86_64, master, installed via flake.
I think it's related to https://github.com/NixOS/nix/issues/6647 and so depends on your nix + mach-nix version combination (ugh)
It's still around on current master and nix 2.9.
Had this issue with Nix 2.11, working now with 2.12.
Hi I'm attempting to generate a nix expression from a requirements.txt file
mach-nix gen -r requirements.txt -o test.nix
but I get the errorI should mention, I'm on Mac OS Catalina and after installing nix i was unable to run it. I read the suggestion to
. /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh
after whichnix --version
isnix (Nix) 2.6.0
and I was able to install and run mach-nix