diff options
-rw-r--r-- | etc/guix/home.scm | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/guix/home.scm b/etc/guix/home.scm index a52edb8..2681ea1 100644 --- a/etc/guix/home.scm +++ b/etc/guix/home.scm @@ -1,6 +1,7 @@ (use-modules ((ice-9 textual-ports) #:prefix textual-ports:) ((guix licenses) #:prefix licenses:) + ((guix transformations) #:prefix transformations:) ((xyz euandreh heredoc) #:prefix heredoc:) ((org euandre queue) #:prefix q:) (gnu) @@ -63,6 +64,11 @@ (modify-inputs (package-native-inputs tcc) (append which))))) +(define yt-dlp-latest + ((transformations:options->transformation + '((with-latest . "yt-dlp"))) + yt-dlp)) + (define (slurp name) (string-trim-both @@ -468,7 +474,7 @@ less nano patch - yt-dlp + ;; yt-dlp ripgrep mpvx @@ -497,6 +503,7 @@ anki firefox)) (list + yt-dlp-latest tiniercc) (list (script "cronjob" |