add msys2 shell

master
Sebastien Bourdeauducq 2023-04-24 16:25:11 +08:00
parent a3affe4da2
commit 41e14e4997
1 changed files with 10 additions and 0 deletions

View File

@ -517,5 +517,15 @@
};
hydraJobs = packages.x86_64-linux;
devShells.x86_64-linux.msys2 = pkgs.mkShell {
name = "dev-shell-msys2";
buildInputs = with pkgs; [
curl
pacman
fakeroot
msys2.wine-msys2
];
};
};
}