distrobox nix

This commit is contained in:
randogoth 2025-12-22 20:53:36 +02:00
parent 7a9bf4eb0d
commit 8d362d13b2

View file

@ -19,4 +19,4 @@ if podman container exists "$container_name"; then
fi
echo "Creating $container_name from $image_ref"
toolbox create --container "$container_name" --image "$image_ref"
distrobox create --name "$container_name" --image "$image_ref"