From 11fedb159ca60f3c2c804dd045038e42bdeab5e9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Mon, 21 Oct 2024 15:43:39 -0400 Subject: [PATCH] update commit pin, use linux 6.11 --- channels.scm | 4 ++-- modules/freya/system.scm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/channels.scm b/channels.scm index fc50bae..02fe176 100644 --- a/channels.scm +++ b/channels.scm @@ -3,7 +3,7 @@ (url "https://git.savannah.gnu.org/git/guix.git") (branch "master") (commit - "91dd354a10edbb0d3d4bc3220b671504eda871a7") + "59b2a60d0041882d732e1766e28f0df5a1ef1ac1") (introduction (make-channel-introduction "9edb3f66fd807b096b48283debdcddccfea34bad" @@ -14,7 +14,7 @@ (url "https://gitlab.com/nonguix/nonguix") (branch "master") (commit - "e355a2ff675abd48f671a867c211c98707ca1e82") + "ad966c3844385e8f7b60b0dc915f92a1eba47e09") (introduction (make-channel-introduction "897c1a470da759236cc11798f4e0a5f7d4d59fbc" diff --git a/modules/freya/system.scm b/modules/freya/system.scm index eba3301..2867e7b 100644 --- a/modules/freya/system.scm +++ b/modules/freya/system.scm @@ -40,7 +40,7 @@ (define-public base-operating-system (operating-system - (kernel linux) + (kernel linux-6.11) (firmware (list linux-firmware amd-microcode sof-firmware))