forked from lix-project/hydra
Drop building on i686-linux
Nobody cares.
This commit is contained in:
parent
32b6ddf772
commit
0fd6bb4e3f
|
@ -6,7 +6,7 @@ let
|
|||
|
||||
pkgs = import <nixpkgs> {};
|
||||
|
||||
genAttrs' = pkgs.lib.genAttrs [ "x86_64-linux" "i686-linux" ];
|
||||
genAttrs' = pkgs.lib.genAttrs [ "x86_64-linux" ];
|
||||
|
||||
in rec {
|
||||
|
||||
|
|
Loading…
Reference in a new issue