SNMYL7H646AWZ7INUIWNLJFQ2DAHPHHHD5WA23ZCG6FQXUOSX7HAC
The program will pause before and after commands are executed, press any key to continue.
⚠ The program will pause before and after commands are executed to allow some time to absorb what is happening. `[▼]` will be displayed: press any key to continue.
## Demos
* [01-nix-run](01-nix-run/demo.sh): Basic running of Nix packages as an alternative to using a Docker container.
* [02-nix-build](02-nix-build/demo.sh): Using Nix to build packages and get a development environment 'for free'.
* [03-nix-container](03-nix-container/demo.sh): Using Nix to build containers and run them using [rootless Podman](https://github.com/containers/podman/blob/main/docs/tutorials/rootless_tutorial.md).
* [04-cmake-and-cross](04-cmake-and-cross/demo.sh): Building packages that use CMake, and cross-compile them for different architectures.