diff options
author | EuAndreh <eu@euandre.org> | 2019-05-17 22:51:41 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-05-17 22:55:40 -0300 |
commit | 5e9efb6478e7ef38ee2fcf2921634db0c27f5d05 (patch) | |
tree | 460673dc44e8530a41ff5e5d7fd9b092a8274826 /scripts/gc.sh | |
parent | Revert "Remove mentat from $SRHT_REPOS." (diff) | |
download | dotfiles-5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.tar.gz dotfiles-5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.tar.xz |
Remove Guix compatibility code.
Remove:
- systemd definition;
- guixbuilder users;
- guixbuild groud;
- guix binary symlink;
- mr repository configurations;
- gc.sh instructions;
- Emacs configuration;
- environment variables.
Diffstat (limited to 'scripts/gc.sh')
-rwxr-xr-x | scripts/gc.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh index c93c948..e094476 100755 --- a/scripts/gc.sh +++ b/scripts/gc.sh @@ -21,11 +21,6 @@ nix-store --gc nix-collect-garbage -d -yellow "Cleaning up Guix store" - -guix gc - - yellow "Cleaning up up the Trash and /tmp folders" sudo rm -rf ~/.local/share/Trash/files/* |