File tree 3 files changed +78
-556
lines changed
3 files changed +78
-556
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,12 @@ pkgs.stdenv.mkDerivation {
11
11
pkgs . nodejs
12
12
pkgs . pnpm . configHook
13
13
pkgs . typescript
14
+ ] ;
15
+
16
+ buildInputs = [
14
17
pkgs . vips
15
- pkgs . pkg-config
16
18
] ;
19
+
17
20
buildPhase = ''
18
21
pnpm build
19
22
'' ;
@@ -26,6 +29,6 @@ pkgs.stdenv.mkDerivation {
26
29
27
30
pnpmDeps = pkgs . pnpm . fetchDeps {
28
31
inherit pname version src ;
29
- hash = "sha256-2OXwnhc6rN3j7vWB5UBardWt38u+X6wfH+9wOfseIXY =" ;
32
+ hash = "sha256-2iefCqirTWGjjavmnjYByjDxXzXKaxJzIReKTy2CybM =" ;
30
33
} ;
31
34
}
Original file line number Diff line number Diff line change 10
10
"astro" : " astro"
11
11
},
12
12
"dependencies" : {
13
- "@astrojs/starlight" : " ^0.32.0 " ,
14
- "astro" : " ^5.1.5 " ,
13
+ "@astrojs/starlight" : " ^0.32.1 " ,
14
+ "astro" : " ^5.3.0 " ,
15
15
"astro-embed" : " ^0.9.0" ,
16
- "sharp" : " ^0.32 .5" ,
16
+ "sharp" : " ^0.33 .5" ,
17
17
"starlight-links-validator" : " ^0.14.3"
18
18
}
19
19
}
You can’t perform that action at this time.
0 commit comments