summaryrefslogtreecommitdiff
path: root/guix.scm
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2024-02-05 20:19:32 -0500
committerDavid Thompson <dthompson2@worcester.edu>2024-02-15 08:10:54 -0500
commit0fb9c7045a71a290da4f86e96a68b62fa649f6b6 (patch)
treeb296a982781403b53dfd3bf7109474767b636434 /guix.scm
parent3247f2354b94cfc95c1843d72d6b7b7447b540cb (diff)
guix: Use guile-next.
Diffstat (limited to 'guix.scm')
-rw-r--r--guix.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix.scm b/guix.scm
index 50237e3..eb7efe4 100644
--- a/guix.scm
+++ b/guix.scm
@@ -57,7 +57,7 @@
(gnu packages mp3)
(gnu packages xiph))
-(define target-guile guile-3.0-latest)
+(define target-guile guile-next)
(define guile-sdl2
(let ((commit "e9a7f5e748719ce5b6ccd08ff91861b578034ea6"))