~ruther/guix-config

57f3e433fdd727bb4fb4fa27c54772ae3def8480 — Rutherther a month ago b4e0e32
chore: update kernel
2 files changed, 10 insertions(+), 5 deletions(-)

M channels-lock.scm
M config.scm
M channels-lock.scm => channels-lock.scm +9 -4
@@ 3,7 3,7 @@
        (url "https://gitlab.com/nonguix/nonguix")
        (branch "master")
        (commit
          "0f68c1684169cbef8824fb246dfefa3e6832225b")
          "d741f41eca0a04694775118eedaa332ffa1a26f8")
        (introduction
          (make-channel-introduction
            "897c1a470da759236cc11798f4e0a5f7d4d59fbc"


@@ 14,13 14,18 @@
        (url "https://git.ditigal.xyz/~ruther/guix-exprs")
        (branch "main")
        (commit
          "90aaa954cdf034230085a04a57c5ddabcea216df"))
          "66f3ed48e502a60971f94bb8e73ec9dc7bc8d6ca")
        (introduction
          (make-channel-introduction
            "66f3ed48e502a60971f94bb8e73ec9dc7bc8d6ca"
            (openpgp-fingerprint
              "6B51 071A 0FB1 52AD ED93  6360 0322 7982 69E4 71C3"))))
      (channel
        (name 'guix)
        (url "https://git.guix.gnu.org/guix.git")
        (branch "master")
        (commit
          "eb77a1847707b440b322a0102031213f4d2e28bc")
          "001004f83c1b1b8782c4afab63cd6ae83cb3cbe4")
        (introduction
          (make-channel-introduction
            "9edb3f66fd807b096b48283debdcddccfea34bad"


@@ 31,7 36,7 @@
        (url "https://git.sr.ht/~abcdw/rde")
        (branch "master")
        (commit
          "c5aea8d9c81db29f3e4d9ea5a6a152ece11c26cc")
          "0b8e1a8a9eda3378883449b55ba207aa525e3beb")
        (introduction
          (make-channel-introduction
            "257cebd587b66e4d865b3537a9a88cccd7107c95"

M config.scm => config.scm +1 -1
@@ 155,7 155,7 @@

(define %ruther/base-laptop-os
  (operating-system
    (kernel linux-6.16)
    (kernel linux-6.17)
    (kernel-arguments
     (cons* "amdgpu.dcdebugmask=0x10"
            %default-kernel-arguments))