lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 24.05-pre 9 lines 259 B view raw
1{ callPackage, lib, ...}: 2let 3 buildGraylog = callPackage ./graylog.nix {}; 4in buildGraylog { 5 version = "5.1.7"; 6 sha256 = "sha256-OIdDBrLJEXhnQF98F0ncsoYcrH4KtHUz9Di1Jefsi6w="; 7 maintainers = [ lib.maintainers.f2k1de ]; 8 license = lib.licenses.sspl; 9}