mirror of
https://github.com/NixOS/nix
synced 2025-07-07 01:51:47 +02:00
Re-enable armv6l support
This fixes the libatomic detection.
This commit is contained in:
parent
c6d878609d
commit
4fefe26717
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@
|
|||
linuxSystems = linux64BitSystems ++ [ "i686-linux" ];
|
||||
systems = linuxSystems ++ [ "x86_64-darwin" ];
|
||||
|
||||
crossSystems = [ "armv7l-linux" ];
|
||||
crossSystems = [ "armv6l-linux" "armv7l-linux" ];
|
||||
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs systems (system: f system);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue