mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(guix): update kernel
This commit is contained in:
parent
aaf9b8725f
commit
b02ccf4aa7
4 changed files with 14 additions and 14 deletions
|
|
@ -60,14 +60,14 @@
|
|||
(list (channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(commit "d3c5eea0cbfe3e5bfbcf1fe15bc916fefacc624f"))
|
||||
(commit "393b8e0405f44835c498d7735a8ae9ff4682b07f"))
|
||||
(channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(commit "cf88c967afbf15c58efb0ba37d6638f1be9a0481"))))
|
||||
(commit "4c812db049d5c9f2c438748e180f9486ad221b0a"))))
|
||||
(inferior
|
||||
(inferior-for-channels channels)))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.12.9"))))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.15.12"))))
|
||||
;; (kernel linux)
|
||||
(initrd microcode-initrd)
|
||||
(firmware (list linux-firmware))
|
||||
|
|
|
|||
|
|
@ -60,14 +60,14 @@
|
|||
(list (channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(commit "d3c5eea0cbfe3e5bfbcf1fe15bc916fefacc624f"))
|
||||
(commit "393b8e0405f44835c498d7735a8ae9ff4682b07f"))
|
||||
(channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(commit "cf88c967afbf15c58efb0ba37d6638f1be9a0481"))))
|
||||
(commit "4c812db049d5c9f2c438748e180f9486ad221b0a"))))
|
||||
(inferior
|
||||
(inferior-for-channels channels)))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.12.9"))))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.15.12"))))
|
||||
;; (kernel linux)
|
||||
(initrd microcode-initrd)
|
||||
(firmware (list linux-firmware))
|
||||
|
|
|
|||
|
|
@ -51,14 +51,14 @@
|
|||
(list (channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(commit "d3c5eea0cbfe3e5bfbcf1fe15bc916fefacc624f"))
|
||||
(commit "393b8e0405f44835c498d7735a8ae9ff4682b07f"))
|
||||
(channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(commit "cf88c967afbf15c58efb0ba37d6638f1be9a0481"))))
|
||||
(commit "4c812db049d5c9f2c438748e180f9486ad221b0a"))))
|
||||
(inferior
|
||||
(inferior-for-channels channels)))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.12.9"))))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.15.12"))))
|
||||
;; (kernel linux)
|
||||
(initrd microcode-initrd)
|
||||
(firmware (list linux-firmware))
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
(keyboard-layout keyboard-layout)))
|
||||
|
||||
(swap-devices
|
||||
(list (uuid "059a2c26-8f70-4986-adf0-1a2e7b511404")))
|
||||
(list (uuid "3a77c542-7d24-46ff-8123-f7398d1c2677")))
|
||||
|
||||
(file-systems
|
||||
(cons* (file-system
|
||||
|
|
|
|||
8
Guix.org
8
Guix.org
|
|
@ -221,14 +221,14 @@ Inferior in the kernel is used to avoid recompilation. It looks like I can pin t
|
|||
(list (channel
|
||||
(name 'nonguix)
|
||||
(url "https://gitlab.com/nonguix/nonguix")
|
||||
(commit "d3c5eea0cbfe3e5bfbcf1fe15bc916fefacc624f"))
|
||||
(commit "393b8e0405f44835c498d7735a8ae9ff4682b07f"))
|
||||
(channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(commit "cf88c967afbf15c58efb0ba37d6638f1be9a0481"))))
|
||||
(commit "4c812db049d5c9f2c438748e180f9486ad221b0a"))))
|
||||
(inferior
|
||||
(inferior-for-channels channels)))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.12.9"))))
|
||||
(first (lookup-inferior-packages inferior "linux" "5.15.12"))))
|
||||
;; (kernel linux)
|
||||
(initrd microcode-initrd)
|
||||
(firmware (list linux-firmware))
|
||||
|
|
@ -332,7 +332,7 @@ Default services for each machine:
|
|||
(keyboard-layout keyboard-layout)))
|
||||
|
||||
(swap-devices
|
||||
(list (uuid "059a2c26-8f70-4986-adf0-1a2e7b511404")))
|
||||
(list (uuid "3a77c542-7d24-46ff-8123-f7398d1c2677")))
|
||||
|
||||
(file-systems
|
||||
(cons* (file-system
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue