distrobox: replace hardcoded path with config package's path (#6701)

This commit is contained in:
royce-c
2025-03-25 11:13:37 -07:00
committed by GitHub
parent 869f2ec2ad
commit 2980606556

View File

@@ -87,7 +87,7 @@ in {
if [[ $prev_hash != $new_hash ]]; then
rm -rf /tmp/storage-run-1000/containers
rm -rf /tmp/storage-run-1000/libpod/tmp
$HOME/.nix-profile/bin/distrobox-assemble create --file $containers_file
${cfg.package}/bin/distrobox-assemble create --file $containers_file
echo $new_hash > $prev_hash_file
fi
''}";