Update custom.just

added `nix-store --optimise` to clean-system
This commit is contained in:
dnkmmr 2023-09-15 11:27:09 -05:00 committed by GitHub
parent 11c89fd8f9
commit 1f013e9373
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