VirtualBox: Difference between revisions
imported>Makefu init |
imported>Asdf8dfafjk No edit summary |
||
| Line 20: | Line 20: | ||
} | } | ||
</syntaxHighlight> | </syntaxHighlight> | ||
Host extensions cause frequent recompilation. | |||
Possible solutions: | |||
* Use a pinned vbox module, see how to pin: https://github.com/NixOS/nixpkgs/issues/41212 | |||
* Also see https://stackoverflow.com/questions/48838411/install-virtualbox-modules-from-nixos-unstable-in-configuration-nix | |||
* Use module from https://github.com/NixOS/nixpkgs/pull/71127 (unsafe) if you'd like to avoid recompilation. | |||