From 465514ca7a0901e703d48f1114f3d262a2ba4909 Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 24 Jan 2022 15:52:04 +0800 Subject: [PATCH] flake: fix mcfgthread filename --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index fb13ebdb..14a17c4d 100644 --- a/flake.nix +++ b/flake.nix @@ -217,8 +217,8 @@ installPhase = '' mkdir -p $out $out/nix-support - ln -s ${pkgs-mingw.windows.mcfgthreads}/bin/mcfgthreads-12.dll $out/ - echo file binary-dist $out/mcfgthreads-12.dll >> $out/nix-support/hydra-build-products + ln -s ${pkgs-mingw.windows.mcfgthreads}/bin/mcfgthread-12.dll $out/ + echo file binary-dist $out/mcfgthread-12.dll >> $out/nix-support/hydra-build-products ''; }; };