mirror of
https://github.com/aviallon/nixos-lib.git
synced 2026-04-05 17:27:50 +00:00
[Boot] fix X32 abi config option name
This commit is contained in:
parent
d6340f65d1
commit
8c2335f27c
1 changed files with 1 additions and 1 deletions
2
boot.nix
2
boot.nix
|
|
@ -18,7 +18,7 @@ let
|
|||
name = "enable-x32";
|
||||
patch = null;
|
||||
extraConfig = ''
|
||||
X86_X32 y
|
||||
X86_X32_ABI y
|
||||
'';
|
||||
};
|
||||
enableRTGroupSched = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue