The #nix #microvm project added #darwin support!
https://github.com/microvm-nix/microvm.nix/issues/154#event-21442108737
The #nix #microvm project added #darwin support!
https://github.com/microvm-nix/microvm.nix/issues/154#event-21442108737
#Nix references (or dependencies to other store paths) can be a bit surprising if you don't have the right tools. I find nix-tree very easy to use but nix query-roots or so probably also just works fine. Then my all time favorite ripgrep and you find your surprising reference in no time.
Yesterday I found out that the erofs nix store disk in #microvmnix by @astro kept all references to its content needlessly and today I did a PR to fix that https://github.com/astro/microvm.nix/pull/342