lol
at 24.11-pre 17 lines 550 B view raw
1{ lib, mkDiscoursePlugin, fetchFromGitHub }: 2 3mkDiscoursePlugin { 4 name = "discourse-data-explorer"; 5 src = fetchFromGitHub { 6 owner = "discourse"; 7 repo = "discourse-data-explorer"; 8 rev = "e4f8d3924a18b303c2bb7da9472cf0c060060e4e"; 9 sha256 = "sha256-K+GPszO3je6NmnhIRSqSEhylUK5oEByaS0bLfAGjvB4="; 10 }; 11 meta = with lib; { 12 homepage = "https://github.com/discourse/discourse-data-explorer"; 13 maintainers = with maintainers; [ ryantm ]; 14 license = licenses.mit; 15 description = "SQL Queries for admins in Discourse"; 16 }; 17}