mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
distrobox: replace hardcoded path with config package's path (#6701)
This commit is contained in:
@@ -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
|
||||
''}";
|
||||
|
||||
Reference in New Issue
Block a user