mirror of
https://github.com/autc04/Retro68.git
synced 2025-03-12 19:36:59 +00:00
remove mingtest
This commit is contained in:
parent
48c76e72a8
commit
dc07bb2c93
11
flake.nix
11
flake.nix
@ -270,17 +270,6 @@
|
||||
name = "crosstest";
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user