Commit 8f881ce 1 parent d30016c commit 8f881ce Copy full SHA for 8f881ce
File tree 3 files changed +8
-267
lines changed
3 files changed +8
-267
lines changed Original file line number Diff line number Diff line change 2
2
lib ,
3
3
stdenv ,
4
4
callPackage ,
5
+ fetchFromGitHub ,
5
6
python3 ,
6
7
jetbrains-mono ,
7
8
asciinema-scenario ,
10
11
pyproject-nix ,
11
12
} :
12
13
let
14
+ pdocRepo = fetchFromGitHub {
15
+ owner = "mitmproxy" ;
16
+ repo = "pdoc" ;
17
+ rev = "v15.0.0" ;
18
+ hash = "sha256-6XEcHhaKkxY/FU748f+OsTcSgrM4iQTmJAL8rJ3EqnY=" ;
19
+ } ;
13
20
workspace = uv2nix . lib . workspace . loadWorkspace { workspaceRoot = ./. ; } ;
14
21
pyprojectOverlay = workspace . mkPyprojectOverlay {
15
22
sourcePreference = "wheel" ;
66
73
67
74
pdoc \
68
75
-d google \
69
- -t pdoc-template \
76
+ -t ${ pdocRepo } /examples/dark-mode \
70
77
--math \
71
78
--logo https://raw.githubusercontent.com/mirkolenz/makejinja/main/assets/logo.png \
72
79
-o "$out" \
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments