mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-29 22:20:21 +00:00
Update custom.just
added `nix-store --optimise` to clean-system
This commit is contained in:
parent
11c89fd8f9
commit
1f013e9373
@ -13,6 +13,7 @@ clean-system:
|
||||
rpm-ostree cleanup -bm
|
||||
if [ -x "$(command -v nix-store)" ]; then
|
||||
nix-store --gc
|
||||
nix-store --optimise
|
||||
fi
|
||||
|
||||
# Boot into this device's BIOS/UEFI screen
|
||||
|
Loading…
x
Reference in New Issue
Block a user