diff options
-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") |