mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
levi: allow building for i686
This commit is contained in:
parent
bd0f6f6190
commit
0a4418be86
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ in
|
||||||
'')
|
'')
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.extraOptions = ''
|
||||||
|
extra-platforms = i686-linux
|
||||||
|
'';
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
loader.systemd-boot.enable = true;
|
loader.systemd-boot.enable = true;
|
||||||
loader.efi.canTouchEfiVariables = true;
|
loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Reference in a new issue