# Brewfile is created by this command.
brew bundle dump --forceln -s "$HOME"/ghq/github.com/kokoichi206/dotfiles/.config/nvim ~/.config/nvimcurl -o https://github.com/kokoichi206/dotfiles/setup-repo.sh# Create local identity file (not tracked by Git)
cp nix/local/identity.example.nix nix/local/identity.nix
# Build system derivation
make nix-build
# Apply configuration
make nix-switch
# Validate flake outputs
make nix-check
# Update pinned inputs
make nix-updateIf hostname differs from hostname, use:
DARWIN_HOST=<hostname> make nix-switch