Skip to content

Commit

Permalink
mingw-w64: allow Cygwin as a crt
Browse files Browse the repository at this point in the history
  • Loading branch information
puffnfresh committed Nov 8, 2024
1 parent 20d2d5b commit 573c420
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/os-specific/windows/mingw-w64/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
assert lib.assertOneOf "crt" crt [
"msvcrt"
"ucrt"
"cygwin"
];

stdenv.mkDerivation {
Expand Down

0 comments on commit 573c420

Please sign in to comment.