Systems description
svn path=/configurations/trunk/tud/; revision=7975
Martin Bravenboer committed
Feb 21, 2007 at 16:52 UTC
6f340dda23bc4987c9443beeb88c87ee95e49073
1 file changed
+10
supervisor/systems.nix
new
+10
@@ -0,0 +1,10 @@
1
+[ { system = "i686-linux"; }
2
+ { system = "x86_64-linux"; }
3
+ { system = "i686-cygwin"; }
4
+ { system = "i686-cygwin"; stdenvType = "i686-mingw"; }
5
+ { system = "i686-darwin"; }
6
+
7
+ # { system = "powerpc-darwin"; }
8
+ # { system = "powerpc-linux"; }
9
+ # {system = "i686-freebsd";}
10
+]