diff options
author | Marek Paśnikowski <marekpasnikowski@protonmail.com> | 2023-02-11 23:31:03 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2023-02-11 23:31:03 +0100 |
commit | cd1d455f126fd2fcf6c0f1a1afd9275d0c503656 (patch) | |
tree | 78a67a29f024bbafab494ac797481c35326d3477 /aisaka.org | |
parent | e52513035a4cc61a2bc170a8b09ac3fda26f3aa0 (diff) |
Add garbage collection to system-update
Diffstat (limited to 'aisaka.org')
-rw-r--r-- | aisaka.org | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -194,14 +194,18 @@ https://guix.gnu.org/en/manual/devel/en/html_node/Home-Configuration.html "&& ") (define system-update - (string-append pull-guix + (string-append "sudo guix gc -d 7d " + and + pull-guix and reconfigure-system and reconfigure-home)) (define system-update- - (string-append pull-guix- + (string-append "sudo guix gc -d 7d " + and + pull-guix- and reconfigure-system- and |