aboutsummaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm
new file mode 100644
index 0000000..663e291
--- /dev/null
+++ b/guix.scm
@@ -0,0 +1,13 @@
+;;; SPDX-License-Identifier: CC0-1.0
+;;;
+;;; Copyright (C) Wojtek Kosior <koszko@koszko.org>
+
+(use-modules ((guix inferior) #:select (inferior-for-channels))
+ ((guix channels) #:select (channel)))
+
+(define inferior
+ (inferior-for-channels (list (channel
+ (name 'guix)
+ (url "https://git.koszko.org/guix")))))
+
+(car (lookup-inferior-packages inferior "guile-de-paul-records"))