12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 hash = "sha256-YQHJ9sLHSV8GJP7IpRzmtDbeB86y/a48mLcYy4iDciw=";
38 description = "simple, stupid idle inhibitor for wayland";
39 license = lib.licenses.mit;
40 homepage = "https://github.com/0x5a4/wlinhibit";
41 platforms = lib.platforms.linux;
42 maintainers = with lib.maintainers; [ _0x5a4 ];