mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-09 01:47:23 +08:00
add new mac
This commit is contained in:
parent
f4805b0dfd
commit
f2743d8569
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue