An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

[![Built with Devbox](https://www.jetify.com/img/devbox/shield_galaxy.svg)](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

```