feat(configurations): add darwin config support

This commit is contained in:
Mohammad Rafiq 2025-07-09 06:36:42 +08:00
parent c21f7efecd
commit 9cb4542b05
No known key found for this signature in database
4 changed files with 14 additions and 3 deletions

View file

@ -11,4 +11,5 @@
boot.kernelModules = [ "kvm-${platform}" ];
nixpkgs.hostPlatform = "${arch}-linux";
};
flake.modules.darwin.default.nixpkgs.hostPlatform = "x86_64-darwin";
}