mirror of
https://github.com/nix-community/home-manager.git
synced 2025-03-31 04:04:32 +00:00
distrobox: replace hardcoded path with config package's path (#6701)
This commit is contained in:
parent
869f2ec2ad
commit
2980606556
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
''}";
|
||||
|
|
Loading…
Add table
Reference in a new issue