aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-05-22 22:12:55 -0300
committerEuAndreh <eu@euandre.org>2019-05-22 22:12:55 -0300
commit37ff2b4c845bc1e2c7fa0d62dc293dda8349193e (patch)
tree8f668e2b5093b4bf57f48dc9ab62a808d9fa9cdc /scripts
parentmrconfig.ini (diff)
downloaddotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.gz
dotfiles-37ff2b4c845bc1e2c7fa0d62dc293dda8349193e.tar.xz
Revert "Remove Guix compatibility code."
This reverts commit 5e9efb6478e7ef38ee2fcf2921634db0c27f5d05.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gc.sh5
l---------scripts/guix1
2 files changed, 6 insertions, 0 deletions
diff --git a/scripts/gc.sh b/scripts/gc.sh
index e094476..c93c948 100755
--- a/scripts/gc.sh
+++ b/scripts/gc.sh
@@ -21,6 +21,11 @@ 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/*
diff --git a/scripts/guix b/scripts/guix
new file mode 120000
index 0000000..96901ae
--- /dev/null
+++ b/scripts/guix
@@ -0,0 +1 @@
+/var/guix/profiles/per-user/root/guix-profile/bin/guix \ No newline at end of file