linuxkit-nix icon indicating copy to clipboard operation
linuxkit-nix copied to clipboard

An easy to use Linux builder for macOS [maintainer=@nicknovitski]

Results 8 linuxkit-nix issues
Sort by recently updated
recently updated
newest added

I installed from the latest README instructions, when running the service I get the following ``` vpnkit: [ERROR] Vmnet.Server.listen: read EOF so closing connection vpnkit: [INFO] Vmnet.Server.listen returning Ok() FATA[0083]...

Curious if you've thought through what would be required to make this an integral part of Nix on macOS. Would be super cool if it could be seamless!

I installed linuxkit-nix and it worked fine to run a few builds. Then I wanted to stop the service while I was not using it, as it took up 7gb...

This is because on macOS Catalina and above, the root partition is no longer writable. ``` /Users/siraben/.cache/nix-linuxkit-builder/gcroot Setting up /var/root//.ssh/nix-linuxkit-ssh-config... Password: Adding the SSH configuration (/var/root//.ssh/nix-linuxkit-ssh-config) to /var/root//.ssh/config... Adding the...

I’m having some trouble building halide, which tries to mkdtemp with a template of /tmp/XXXXXX . In stage-1.sh, it appears that /tmp is created as unwritable to anyone but root....

How can I debug the following? ```bash $ nix-store -r /nix/store/1f5zgx8qykz2fxzhqphmsfp6cvpnfc94-linuxkit-builder warning: you did not specify '--add-root'; the result might be removed by the garbage collector /nix/store/1f5zgx8qykz2fxzhqphmsfp6cvpnfc94-linuxkit-builder ``` ```bash $...

I'm trying to build a derivation that requires CA certs but even though I've tried adding `pkgs.cacert` to `buildInputs` and `nativeBuildInputs` I can't get this to work. Is this something...

Had to `sudo mkdir /etc/nix` before nix-linuxkit-configure would work. Now it completed but it won't work, the *kit processes go away after a short time.