diff options
author | Freya Murphy <freya@freyacat.org> | 2024-10-21 15:43:39 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-10-21 15:43:39 -0400 |
commit | 11fedb159ca60f3c2c804dd045038e42bdeab5e9 (patch) | |
tree | a0097da8dbc9ac7682ef12694a99cf98d8a0d2a3 | |
parent | remove csharp_ls (diff) | |
download | dotfiles-guix-11fedb159ca60f3c2c804dd045038e42bdeab5e9.tar.gz dotfiles-guix-11fedb159ca60f3c2c804dd045038e42bdeab5e9.tar.bz2 dotfiles-guix-11fedb159ca60f3c2c804dd045038e42bdeab5e9.zip |
update commit pin, use linux 6.11
-rw-r--r-- | channels.scm | 4 | ||||
-rw-r--r-- | 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)) |