lib: Collect system/platform related files

Previously, platforms was a random thing in top-level
This commit is contained in:
John Ericson
2017-04-17 17:13:01 -04:00
parent b477851f34
commit 2227789392
8 changed files with 18 additions and 12 deletions
+5
View File
@@ -0,0 +1,5 @@
rec {
doubles = import ./doubles.nix;
parse = import ./parse.nix;
platforms = import ./platforms.nix;
}