nix-community / linuxkit-nix

An easy to use Linux builder for macOS [maintainer=@nicknovitski]
Other
133 stars 26 forks source link

Using "not-os" to build images as a replacement for Linuxkit #2

Closed matthewbauer closed 6 years ago

matthewbauer commented 6 years ago

It would definitely be cool for the Nix ecosystem if we could use not-os here. Has anyone looked into this? not-os can do much of what Linuxkit does (and is built on top of NixOS!)

We would need to provide our own binaries (cross compilation of Linux kerne on Darwin is still broken sadly, mostly from case sensitivity issues, see: https://github.com/matthewbauer/nixpkgs/tree/cross).

grahamc commented 6 years ago

I think you've misunderstood the role of linuxkit here. This system is based on NixOS as well, and does not use LinuxKit as the foundational linux system. It uses LinuxKit as the runner. Because of that, I'm going to close this issue.

The name of the project is terrible, I would love an alternative name.

Also, this project will soon be building on hydra.nixos.org, so no real need for cross compilation.