> <@freenode_simpson:matrix.org> What have you tried so far? Could you show us? * let luaOlder = lib.versionOlder lua.luaversion; in let awestore = buildLuarocksPackage { pname = "awestore"; version = "0.3.0-1"; src = lib.fetchurl { url = "https://luarocks.org/awestore-0.3.0-1.src.rock"; sha256 = "01jh9hgwrc06n2acv5l1ryxbpkap05h2d7skf3z5r74am5242agj"; }; disabled = (luaOlder "5.3"); propagatedBuildInputs = [ lua luaposix ]; meta = with lib; { homepage = "https://github.com/K4rakara/awestore"; description = "Sveltes store API for AwesomeWM."; license.fullName = "MIT"; }; };