mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-04-10 15:45:17 +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
|
rpm-ostree cleanup -bm
|
||||||
if [ -x "$(command -v nix-store)" ]; then
|
if [ -x "$(command -v nix-store)" ]; then
|
||||||
nix-store --gc
|
nix-store --gc
|
||||||
|
nix-store --optimise
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Boot into this device's BIOS/UEFI screen
|
# Boot into this device's BIOS/UEFI screen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user