summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2025-02-03 23:58:45 -0500
committerJohn Kehayias <john.kehayias@protonmail.com>2025-02-03 23:58:45 -0500
commit440758d5dcfb12a9ef0017f4e5d7924a3428acc7 (patch)
tree2ee259d45106dedf8cf45a98330f2beedff42fc2
parent5c6ef7cafdfabdacae8ce33410b41168a952d4ff (diff)
nongnu: Add linux-6.13.
* nongnu/packages/linux.scm (linux-6.13): New variable.
-rw-r--r--nongnu/packages/linux.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/nongnu/packages/linux.scm b/nongnu/packages/linux.scm
index a8fe4e2..841842e 100644
--- a/nongnu/packages/linux.scm
+++ b/nongnu/packages/linux.scm
@@ -136,6 +136,9 @@ some freedo package or an output of package-version procedure."
136 "The unmodified Linux kernel, including nonfree blobs, for running Guix System 136 "The unmodified Linux kernel, including nonfree blobs, for running Guix System
137on hardware which requires nonfree software to function.")))) 137on hardware which requires nonfree software to function."))))
138 138
139(define-public linux-6.13
140 (corrupt-linux linux-libre-6.13))
141
139(define-public linux-6.12 142(define-public linux-6.12
140 (corrupt-linux linux-libre-6.12)) 143 (corrupt-linux linux-libre-6.12))
141 144