build: add determinate nix support for darwin

- Add determinateSystems/determinate flake input
- Include determinate darwin modules in configuration
- Disable legacy nix module configuration
- Remove modules/darwin/nix/default.nix
- Add mac-va-mbp-work system using determinate nix
This commit is contained in:
2026-02-08 11:02:36 -05:00
parent d685773604
commit f47505af0b
6 changed files with 230 additions and 115 deletions

View File

@@ -1,12 +1,13 @@
{
system.stateVersion = 6;
nix.enable = false;
# System Config
determinateNix = {
enable = true;
nixosVmBasedLinuxBuilder.enable = true;
};
# System Config
reichard = {
nix = {
enable = true;
usingDeterminate = true;
};
};
}