mirror of
https://github.com/JaxTheWolf/nixos.git
synced 2026-05-30 15:12:01 +02:00
nix.settings: Add i686-linux to extra-platforms for improved compatibility
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@
|
||||
];
|
||||
|
||||
auto-optimise-store = true;
|
||||
extra-platforms = ["aarch64-linux"];
|
||||
extra-platforms = ["aarch64-linux" "i686-linux"];
|
||||
warn-dirty = false;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user