vmix.nix/nixos
Git Sagar 192ea9b54d fix: use vmix's own locked nixpkgs for all image building
The NixOS module was importing lib directly with the host's pkgs,
causing image customization to use the host's guestfs-tools instead
of vmix's locked version. guestfs-tools 1.52.2 (from host nixpkgs)
has a bug that overwrites /boot/grub/grub.cfg with resolv.conf
content, breaking VM boot.

Now vmixLib is built once in flake.nix with vmix's own nixpkgs and
passed through the overlay to pkgs.vmixLib. Removes overlay.nix and
module.nix as the logic is inlined in flake.nix.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-06-15 10:04:52 -03:00
..
networks sync with labv2.nix + standalone flake with toDisk app 2026-05-23 19:18:10 -03:00
vms add nicModel option, restore MAS activation with LTSC key fix 2026-06-08 14:04:08 +05:30
default.nix fix: use vmix's own locked nixpkgs for all image building 2026-06-15 10:04:52 -03:00
namespaceSubmoduleOptions.nix sync with labv2.nix + standalone flake with toDisk app 2026-05-23 19:18:10 -03:00