diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-15 17:42:23 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2025-03-15 17:42:23 +0100 |
commit | 8abb017fb9244652729e7a78afa8ff23be176e81 (patch) | |
tree | 09fc2881998ccac71508a3ef9e67b893640881a6 /deployment/systems/aisaka.scm | |
parent | 60e6c0f7e1a4ce66127562ae01142f1fe1741672 (diff) |
systems: use the nonguix definition of kernel directly
The indirect bindings force the Sovereign channel to unnecessarily depend on Nonguix.
Diffstat (limited to 'deployment/systems/aisaka.scm')
-rw-r--r-- | deployment/systems/aisaka.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/systems/aisaka.scm b/deployment/systems/aisaka.scm index b303ea0..167ffe5 100644 --- a/deployment/systems/aisaka.scm +++ b/deployment/systems/aisaka.scm @@ -492,7 +492,7 @@ (define-public operating-system* (gnu:system:operating-system (bootloader system-bootloader) - (kernel sovereign:devices:amd64:kernel) + (kernel nongnu:packages:linux:linux) (keyboard-layout system-keyboard-layout) (initrd sovereign:devices:amd64:initrd) (firmware (list nongnu:packages:linux:linux-firmware)) |