diff options
author | EuAndreh <eu@euandre.org> | 2025-05-28 08:14:13 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-05-28 08:14:29 -0300 |
commit | 1f4993cab9789c4a8f0a8fcfc4001a4dfa3100c6 (patch) | |
tree | 32f128e71f54a1a42fed2a65125675894d801134 /etc | |
parent | etc/guix/home.scm: Remove mktorrent-latest package (diff) | |
download | dotfiles-1f4993cab9789c4a8f0a8fcfc4001a4dfa3100c6.tar.gz dotfiles-1f4993cab9789c4a8f0a8fcfc4001a4dfa3100c6.tar.xz |
etc/guix/home.scm: Inline definition of yl-dlp-latest
Diffstat (limited to 'etc')
-rw-r--r-- | etc/guix/home.scm | 10 |
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") |