mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
3 lines
94 B
Nix
3 lines
94 B
Nix
{inputs, ...}: {
|
|
virtualisation.host.pkgs = inputs.nixpkgs.legacyPackages.aarch64-darwin;
|
|
}
|