https://github.com/redsuperbat/nix-config
Nix config
https://github.com/redsuperbat/nix-config
Last synced: 11 months ago
JSON representation
Nix config
- Host: GitHub
- URL: https://github.com/redsuperbat/nix-config
- Owner: redsuperbat
- License: mit
- Created: 2025-06-09T06:10:57.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-06T13:30:23.000Z (11 months ago)
- Last Synced: 2025-08-06T15:31:56.901Z (11 months ago)
- Language: Lua
- Size: 193 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nix Configuration for Reproducible Work Machines
## Fresh install
```sh
make bootstrap-mac
```
select `no` when it prompts you for a determinate install, we want to manage our nix installation ourselves.
## Update configuration after install
```sh
make darwin-rebuild
```