aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-28 08:14:13 -0300
committerEuAndreh <eu@euandre.org>2025-05-28 08:14:29 -0300
commit1f4993cab9789c4a8f0a8fcfc4001a4dfa3100c6 (patch)
tree32f128e71f54a1a42fed2a65125675894d801134
parentetc/guix/home.scm: Remove mktorrent-latest package (diff)
downloaddotfiles-1f4993cab9789c4a8f0a8fcfc4001a4dfa3100c6.tar.gz
dotfiles-1f4993cab9789c4a8f0a8fcfc4001a4dfa3100c6.tar.xz
etc/guix/home.scm: Inline definition of yl-dlp-latest
-rw-r--r--etc/guix/home.scm10
1 files changed, 3 insertions, 7 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm
index 7fc86cd..fcb92c9 100644
--- a/etc/guix/home.scm
+++ b/etc/guix/home.scm
@@ -40,12 +40,6 @@
-(define yt-dlp-latest
- ((transformations:options->transformation
- '((with-latest . "yt-dlp")))
- yt-dlp))
-
-
(define (slurp name)
(string-trim-both
(call-with-input-file
@@ -490,7 +484,9 @@
anki
firefox))
(list
- yt-dlp-latest)
+ ((transformations:options->transformation
+ '((with-latest . "yt-dlp")))
+ yt-dlp))
(list
(script "cronjob"
(slurp (string-append (getenv "HOME")