modules: Add (radix packages)

pull/3/head
Luis Guilherme Coelho 2024-02-18 01:59:15 -03:00
parent 049c4cd7ec
commit af57367608
No known key found for this signature in database
GPG Key ID: 1F2E76ACE3F531C8
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
(define-module (radix packages)
#:use-module (radix combinators)
#:export (%patch-path))
(define %patch-path
(map (partial (flip string-append)
"/radix/packages/patches")
(filter (partial string-suffix?
"/guix/current/share/guile/site/3.0")
%load-path)))