Do you know if Rust compiles on NetBSD already? It's a dependency of the latest Nix.
We have a port in wip already going but the build fails:
LD src/libutil/libnixutil.so
/usr/pkg/lib: file not recognized: file format not recognized
gmake: *** [mk/lib.mk:104: src/libutil/libnixutil.so] Error 1
gmake: *** Waiting for unfinished jobs....
OpenBSD support would also be awesome and they're pretty similar to each other.
There are probably a lot of linux-only assumptions in the code base that need to be fixed. Hopefully another BSD developer will step in.
@l4nn1312, you might be interested in https://github.com/NixOS/nixpkgs/pull/81459 and https://github.com/0mp/freebsd-ports-nix as well.
Most helpful comment
OpenBSD support would also be awesome and they're pretty similar to each other.