https://github.com/iguntur/dev
My Development Shell using Nix
https://github.com/iguntur/dev
Last synced: 3 months ago
JSON representation
My Development Shell using Nix
- Host: GitHub
- URL: https://github.com/iguntur/dev
- Owner: iguntur
- License: mit
- Created: 2024-09-10T12:45:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T08:43:04.000Z (8 months ago)
- Last Synced: 2025-05-28T13:06:27.797Z (7 months ago)
- Language: Nix
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Development Shell
> My `devShell` using Nix.
## Usage
### Golang
```sh
nix develop github:iguntur/dev#go
```
### NodeJS
```sh
nix develop github:iguntur/dev#nodejs # alias for #nodejs-lts
nix develop github:iguntur/dev#nodejs-lts # alias for #nodejs-20
nix develop github:iguntur/dev#nodejs-18 # use nodejs version 18
nix develop github:iguntur/dev#nodejs-20 # use nodejs version 20
nix develop github:iguntur/dev#nodejs-22 # use nodejs version 22
```
## Show available dev shells
```sh
nix flake show github:iguntur/dev
```
## License
[MIT](https://opensource.org/licenses/MIT) © [Guntur Poetra](https://github.com/iguntur)