@cryptotaxi247 / infra / commits / bc0aacc8

Simpler systems file

svn path=/configurations/trunk/tud/; revision=7977

Martin Bravenboer committed Feb 21, 2007 at 17:15 UTC bc0aacc8367e7169bc218e5c1bb2d9c97ff33580
1 file changed +8 -9
supervisor/systems.nix
+8 -9
@@ -1,10 +1,9 @@
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";}
1 +[ "i686-linux"
2 + "x86_64-linux"
3 + "i686-cygwin"
4 + "i686-darwin"
5 ]
6 +
7 + # "powerpc-darwin"
8 + # "powerpc-linux"
9 + # "i686-freebsd"