https://github.com/nipeharefa/nix
https://github.com/nipeharefa/nix
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nipeharefa/nix
- Owner: nipeharefa
- Created: 2022-09-17T09:30:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-12-25T23:07:44.000Z (6 months ago)
- Last Synced: 2025-12-27T09:33:00.210Z (6 months ago)
- Language: Nix
- Size: 346 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Rebuild workflow
```
./bin/rebuild # defaults to darwin host m1pro + home-manager profile
./bin/rebuild other-host # override host name
```
## Optional development shells
- PHP toolchain (install on-demand):
```
nix develop .#php
```
- Existing shells live under `devShells.nix` (e.g. `.#rails`, `.#gcloud`).