lol

tinycc: restrict platforms to x86_64-linux

+1 -1
+1 -1
pkgs/development/compilers/tinycc/default.nix
··· 73 73 homepage = http://www.tinycc.org/; 74 74 license = licenses.mit; 75 75 76 - platforms = platforms.unix; 76 + platforms = [ "x86_64-linux" ]; 77 77 maintainers = [ maintainers.joachifm ]; 78 78 }; 79 79 }