From 8d362d13b2f20fb386e43ae49f1db3c821d9c557 Mon Sep 17 00:00:00 2001 From: randogoth Date: Mon, 22 Dec 2025 20:53:36 +0200 Subject: [PATCH] distrobox nix --- files/system/usr/bin/nix-toolbox-ensure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/system/usr/bin/nix-toolbox-ensure b/files/system/usr/bin/nix-toolbox-ensure index 82426c2..690afc4 100755 --- a/files/system/usr/bin/nix-toolbox-ensure +++ b/files/system/usr/bin/nix-toolbox-ensure @@ -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"