9 version = "unstable-2021-01-22";
11 src = fetchFromGitHub {
14 rev = "7004dffec0cff3068828514eca72172274fd3f7d";
15 hash = "sha256-erNFe0+FlrslEENyO/YxYQbmec0voK31UWr5qVt+nXQ=";
16 fetchSubmodules = true;
19 # as there aren't any non-local dub dependencies, this file just has any empty list
20 dubLock = ./dub-lock.json;
22 # generate the actual .d source files defined in .lit files
29 install -Dm755 bin/lit -t $out/bin
34 description = "A literate programming tool for any language";
35 homepage = "https://zyedidia.github.io/literate/";
36 license = lib.licenses.mit;
38 platforms = lib.platforms.unix;