From f24ef85aed02b6db04f479d4d5feb2f051c87b63 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 4 Apr 2022 15:03:53 +0800 Subject: [PATCH] hydra: use msys2 type --- nix/windows/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/windows/default.nix b/nix/windows/default.nix index e660f143..1fd87c79 100644 --- a/nix/windows/default.nix +++ b/nix/windows/default.nix @@ -117,7 +117,7 @@ in rec { '' mkdir $out $out/nix-support cp *.pkg.tar.zst $out - echo file binary-dist $out/*.pkg.tar.zst >> $out/nix-support/hydra-build-products + echo file msys2 $out/*.pkg.tar.zst >> $out/nix-support/hydra-build-products ''; }; lld = pkgs.stdenvNoCC.mkDerivation rec {