fix typo (#17621)

authored by Fabian Schmitthenner and committed by Domen Kožar b91fc3f8 6152cf32

+1 -1
+1 -1
pkgs/games/vessel/default.nix
··· 15 15 message = goBuyItNow; 16 16 name = "${name}-bin"; 17 17 sha256 = "1vpwcrjiln2mx43h7ib3jnccyr3chk7a5x2bw9kb4lw8ycygvg96"; 18 - } else throw "unsupported platform ${stdenv.s:ystem} only i686-linux supported for now."; 18 + } else throw "unsupported platform ${stdenv.system} only i686-linux supported for now."; 19 19 20 20 phases = "installPhase"; 21 21 ld_preload = ./isatty.c;