summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--channels.scm4
-rw-r--r--modules/freya/system.scm2
2 files changed, 3 insertions, 3 deletions
diff --git a/channels.scm b/channels.scm
index 52ed98b..8eea4bc 100644
--- a/channels.scm
+++ b/channels.scm
@@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git")
(branch "master")
(commit
- "07cd046c209f192032b425d2ee44f6025bff63a1")
+ "abc3eb33191b9df5e6e44462501606f5e0dd3a92")
(introduction
(make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad"
@@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix.git")
(branch "master")
(commit
- "3b78eca656cf8a088ca8699a0563e67e2b61f2ac")
+ "99574ff94b6fb97794ba720b6fdadf470963dbdc")
(introduction
(make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc"
diff --git a/modules/freya/system.scm b/modules/freya/system.scm
index ce524c8..03f67b4 100644
--- a/modules/freya/system.scm
+++ b/modules/freya/system.scm
@@ -324,7 +324,7 @@
(define-public %base-freya-operating-system
(operating-system
- (kernel linux-6.11)
+ (kernel linux)
(firmware %base-freya-firmware)
(locale "en_US.UTF-8")
(locale-definitions %base-freya-locale)