dotfiles/hosts/darwin/spotlights-mac-pro/configuration.nix

11 lines
273 B
Nix

{ lib, pkgs, system, ... }: {
imports = [
../shared/common.nix
];
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 6;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-darwin";
}