https://github.com/voidcoefficient/macos-nix-config
nix config for macos
https://github.com/voidcoefficient/macos-nix-config
Last synced: 6 months ago
JSON representation
nix config for macos
- Host: GitHub
- URL: https://github.com/voidcoefficient/macos-nix-config
- Owner: voidcoefficient
- Created: 2024-08-16T15:58:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T21:48:49.000Z (about 1 year ago)
- Last Synced: 2025-07-17T20:48:20.450Z (7 months ago)
- Language: Nix
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nix config for macos
This is a repository not meant to be used by others, but you are free to read it.
## Install
```bash
curl \
--proto '=https' \
--tlsv1.2 \
-sSf \
-L https://install.determinate.systems/nix \
| sh -s -- install
nix-shell -p git
mkdir -p ~/.config/nix
git clone https://github.com/voidcoefficient/macos-nix-config ~/.config/nix
nix run nix-darwin -- switch --flake ~/.config/nix
```