diff options
author | EuAndreh <eu@euandre.org> | 2023-03-15 21:27:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-15 21:27:13 -0300 |
commit | 7d777dc298cc15f6068b1f4d3e48a4dc81e4e613 (patch) | |
tree | 32e691a7053771e25de9f2806aef1a98ff6d6b19 /src/infrastructure/guix/system.scm | |
parent | TODOs.md: Add #td-fe8a0345-543a-057b-5aef-b2df389a0f5e (diff) | |
download | server-7d777dc298cc15f6068b1f4d3e48a4dc81e4e613.tar.gz server-7d777dc298cc15f6068b1f4d3e48a4dc81e4e613.tar.xz |
src/infrastructure/scripts/r.sh: Remove unused script
Notes
See CI logs with:
git notes --ref=refs/notes/ci-logs show 7d777dc298cc15f6068b1f4d3e48a4dc81e4e613
git notes --ref=refs/notes/ci-data show 7d777dc298cc15f6068b1f4d3e48a4dc81e4e613
Exit status: 0
Duration: 27
Diffstat (limited to 'src/infrastructure/guix/system.scm')
-rw-r--r-- | src/infrastructure/guix/system.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/infrastructure/guix/system.scm b/src/infrastructure/guix/system.scm index 6b2ff14..ff5dcca 100644 --- a/src/infrastructure/guix/system.scm +++ b/src/infrastructure/guix/system.scm @@ -310,7 +310,6 @@ trash-cli tree)) (list - (script "r" (file "src/infrastructure/scripts/r.sh")) (script "gc" (file "src/infrastructure/scripts/gc.sh")) (script "check" (file "src/infrastructure/scripts/check.sh")) (script "backup" (file "src/infrastructure/scripts/backup.sh")) |