1 2 3 4 5 6 7
#!/usr/bin/env bash podman run -it --rm \ -v "$PWD:/work" \ -w /work \ nixos/nix:latest \ bash