https://github.com/jalalhejazi/devbox-pwsh
Nix devbox
https://github.com/jalalhejazi/devbox-pwsh
devbox nix nix-flake
Last synced: 4 months ago
JSON representation
Nix devbox
- Host: GitHub
- URL: https://github.com/jalalhejazi/devbox-pwsh
- Owner: jalalhejazi
- Created: 2024-09-09T17:56:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T20:59:56.000Z (4 months ago)
- Last Synced: 2025-03-01T21:28:30.340Z (4 months ago)
- Topics: devbox, nix, nix-flake
- Language: Bicep
- Homepage:
- Size: 75.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://www.jetify.com/devbox/docs/contributor-quickstart/)
# Nix devbox environment
Nix devbox is a development environment that is based on Nix package manager. It is a containerized environment without using docker that is designed to be used with the Devbox CLI. It is a lightweight and easy-to-use development environment that can be used to develop, build, and test software applications. It is designed to be used with the Devbox CLI, which is a command-line interface that allows you to manage your development environment.
## Installation
- https://www.jetify.com/devbox/docs/installing_devbox/## Examples
- https://github.com/jetify-com/devbox/tree/main/examples## scripts guide
- https://www.jetify.com/docs/devbox/guides/scripts/## devbox add "package" from https://www.nixhub.io/
- `https://www.nixhub.io/search?q=azure`
```bash
"[email protected]",
"azure-cli@latest",
"dotnet-sdk_8@latest",
"azure-functions-core-tools@latest",
"vscode@latest",
"pulumi@latest",
"pulumictl@latest",
"[email protected].",
"nodejs@20.",
"nodePackages.npm@latest",
"yarn@latest",
"[email protected]",
"rPackages.Anaconda@latest",
"[email protected]",
"curl@8"# start Nix devbox
- devbox shell# list all devbox scripts
- devbox run# Run any script
- devbox run test```