diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:35:29 +0200 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-09-29 15:35:29 +0200 |
commit | 065fa19b1ace493b6145c20c08f7183b6fc3428a (patch) | |
tree | a67b0820ace50a346484e2a7b507320e5fa001b1 /systems | |
parent | 30cc145d860ecec89dbbad1a0c0e2b89dd1bb7ec (diff) |
refactor(akashi): stop inheriting
Diffstat (limited to 'systems')
-rw-r--r-- | systems/akashi.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/systems/akashi.scm b/systems/akashi.scm index 88a3b9e..7048df8 100644 --- a/systems/akashi.scm +++ b/systems/akashi.scm @@ -41,7 +41,6 @@ (let* ((patter-placeholder #f) (timezone* "Europe/Warsaw")) ((@ (gnu system) operating-system) - (inherit (suweren-operating-system)) (kernel linux-libre) (bootloader (bootloader-configuration* "pl")) (keyboard-layout "pl") |