mirror of
https://github.com/autc04/Retro68.git
synced 2025-08-07 21:25:38 +00:00
remove mingtest
This commit is contained in:
11
flake.nix
11
flake.nix
@@ -270,17 +270,6 @@
|
|||||||
name = "crosstest";
|
name = "crosstest";
|
||||||
meta = { platforms = [ "m68k-macos" ]; };
|
meta = { platforms = [ "m68k-macos" ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
mingtest = let
|
|
||||||
pkgs = import nixpkgs {
|
|
||||||
inherit system;
|
|
||||||
overlays = [ self.overlay ];
|
|
||||||
crossSystem = { config = "x86_64-w64-mingw32"; };
|
|
||||||
};
|
|
||||||
in pkgs.stdenv.mkDerivation {
|
|
||||||
name = "mingtest";
|
|
||||||
meta = { platforms = pkgs.lib.platforms.all; };
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
|
|
||||||
# The default package for 'nix build'. This makes sense if the
|
# The default package for 'nix build'. This makes sense if the
|
||||||
|
Reference in New Issue
Block a user