| .. | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
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
Warning
If you copy the flake.nix remember to add it to git, otherwise it won't work
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