feat: merge own wsl config

This commit is contained in:
2026-02-28 01:57:42 +00:00
parent fa31b8ac06
commit ed961d59c0
14 changed files with 272 additions and 129 deletions
+1 -1
View File
@@ -112,6 +112,6 @@ in {
"ata_piix"
"uhci_hcd"
"xen_blkfront"
] ++ (if pkgs.system != "aarch64-linux" then [ "vmw_pvscsi" ] else []);
] ++ (if pkgs.stdenv.hostPlatform.system != "aarch64-linux" then [ "vmw_pvscsi" ] else []);
};
}