My Nix configuration.
Install Nix by running the following command:
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
Open a new terminal session and verify the nix
executable is in your $PATH
:
nix --version
Run the following command to apply the configuration:
nix --experimental-features 'nix-command flakes' run nix-darwin -- switch --flake github:andrewgarner/nix-config