add new mac

This commit is contained in:
Sridhar Ratnakumar 2024-02-06 08:28:15 -05:00
parent f4805b0dfd
commit f2743d8569

View file

@ -89,6 +89,13 @@
./systems/darwin.nix
];
};
naivete = self.nixos-flake.lib.mkMacosSystem {
nixpkgs.hostPlatform = "aarch64-darwin";
imports = [
self.darwinModules.default # Defined in nix-darwin/default.nix
./systems/darwin.nix
];
};
};
};