lib: Add `lib.platforms.windows`

This commit is contained in:
John Ericson 2018-03-20 12:31:07 -04:00
parent 3c8ae01a45
commit d9a1800239
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ in rec {
netbsd = [ patterns.isNetBSD ];
openbsd = [ patterns.isOpenBSD ];
unix = patterns.isUnix; # Actually a list
windows = [ patterns.isWindows ];
inherit (lib.systems.doubles) mesaPlatforms;
}