Skip to content

Commit

Permalink
try disabling non-cross tests?
Browse files Browse the repository at this point in the history
  • Loading branch information
abathur committed Mar 28, 2024
1 parent 813916d commit d39b4fc
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,7 @@
${pkgs.ansifilter}/bin/ansifilter -o $out/nix-demo.txt --text nix-demo.ansi
'';
};
checks = pkgs.callPackages nixpkgs/test.nix {
inherit (pkgs) resholve;
rSrc = pkgs.lib.cleanSource self;
} // {
checks = {} // {
aarch64-cross-test-lesspipe = pkgs.pkgsCross.aarch64-multiplatform.lesspipe.override (old: {
inherit (pkgs.pkgsCross.aarch64-multiplatform) resholve;
});
Expand Down

0 comments on commit d39b4fc

Please sign in to comment.