https://github.com/datsfilipe/nix-envs
Nix powered development environment templates.
https://github.com/datsfilipe/nix-envs
bash development direnv nix nix-shell
Last synced: 5 months ago
JSON representation
Nix powered development environment templates.
- Host: GitHub
- URL: https://github.com/datsfilipe/nix-envs
- Owner: datsfilipe
- License: mit
- Created: 2025-02-16T13:58:45.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-04-20T13:57:59.000Z (6 months ago)
- Last Synced: 2025-05-11T11:59:49.391Z (5 months ago)
- Topics: bash, development, direnv, nix, nix-shell
- Language: Nix
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nix-envs
Nix powered development environment templates.
# Template
Use `nix flake new -t github:datsfilipe/nix-envs#env` to use the desired template.
**Note:** you can also use `scripts/use-template.sh` to use the template if you want the contents to be ignored by git.
# Add Approach
If you're not gonna customize much, you can use `scripts/add.sh` with desired env, e.g. `scripts/add.sh nodejs tools#typescript`.