Skip to content

Commit

Permalink
lib: Add lib.platforms.windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ericson2314 committed Mar 20, 2018
1 parent 3c8ae01 commit d9a1800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/systems/for-meta.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit d9a1800

Please sign in to comment.