flake: remove 32-bit systems
This commit is contained in:
parent
2156b4410d
commit
7a2c1efd5d
@ -19,9 +19,11 @@
|
|||||||
let
|
let
|
||||||
supportedSystems = [
|
supportedSystems = [
|
||||||
"x86_64-linux"
|
"x86_64-linux"
|
||||||
"i686-linux"
|
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
"armv7l-linux"
|
# On these 32-bit platforms, Python pkg `pymemcache` 4.0.0 (required by
|
||||||
|
# `joinmarket`) is broken:
|
||||||
|
# "i686-linux"
|
||||||
|
# "armv7l-linux"
|
||||||
];
|
];
|
||||||
|
|
||||||
test = import ./test/tests.nix nixpkgs.lib;
|
test = import ./test/tests.nix nixpkgs.lib;
|
||||||
|
Loading…
Reference in New Issue
Block a user