1
1
Fork 1
mirror of https://github.com/oddlama/nixos-extra-modules.git synced 2025-10-10 22:00:39 +02:00

fix: noXlib is deprecated

This commit is contained in:
Patrick 2024-10-09 19:47:25 +02:00
parent 2dfcc1f7de
commit 4bcc7dd2a1
No known key found for this signature in database
GPG key ID: 451F95EFB8BECD0F

View file

@ -27,8 +27,6 @@ in {
})
];
# TODO needed because of https://github.com/NixOS/nixpkgs/issues/102137
environment.noXlibs = mkForce false;
lib.microvm.mac = guestCfg.microvm.mac;
microvm = {