Update custom.just

Added `nix-store --optimise` to `clean-system`
This commit is contained in:
dnkmmr 2023-09-15 11:28:44 -05:00 committed by GitHub
parent 1f013e9373
commit 4c57276794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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