add nix container

This commit is contained in:
Alex
2025-08-27 09:12:59 +02:00
parent 8d65ab9546
commit fdb5df5204
2 changed files with 32 additions and 1 deletions

View File

@@ -45,4 +45,14 @@ sudo podman run --rm -it \
-w /workspace \
-e PODMAN_SOCK=unix:///run/podman/podman.sock \
hashicorp/terraform:1.13 apply
```
```
## Development
### NixOS
Start nix container with
```bash
nix develop
```