15 stdenv.mkDerivation rec {
16 pname = "showmethekey";
19 src = fetchFromGitHub {
23 hash = "sha256-eeObomb4Gv/vpvViHsi3+O0JR/rYamrlZNZaXKL6KJw=";
43 homepage = "https://showmethekey.alynx.one/";
44 description = "Show keys you typed on screen";
45 license = licenses.asl20;
46 platforms = platforms.linux;
47 maintainers = with maintainers; [ ocfox ];