1
0
Fork 0
mirror of https://github.com/hercules-ci/flake-parts.git synced 2025-03-06 00:46:50 +00:00
flake-parts/examples/shell-environments/README.md
2023-06-22 22:16:05 +02:00

569 B

shell-environment

This example shows how to create a shell environment which includes a diverse set of tools:

terraform
wget
bat
git

You can search for more package in nix packages

Usage

The devShells option is used by the following command:

nix develop

You can have as many shells as you want, in this flake.nix, you also have another_env which includes curl. To open it:

nix develop .#another_env