chore: rework devshells to allow LateX building easily
This commit is contained in:
parent
831e4d978d
commit
b9f4e869c5
2 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@ _: {
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
devShells = {
|
devShells = {
|
||||||
default = pkgs.mkShell {
|
hugo = pkgs.mkShell {
|
||||||
name = "hugo-shell";
|
name = "hugo-shell";
|
||||||
nativeBuildInputs = config.develPackages
|
nativeBuildInputs = config.develPackages
|
||||||
++ config.hugoBuildPackages
|
++ config.hugoBuildPackages
|
||||||
|
|
|
@ -32,6 +32,7 @@ in
|
||||||
libertine
|
libertine
|
||||||
listings
|
listings
|
||||||
lstfiracode
|
lstfiracode
|
||||||
|
calrsfs
|
||||||
pdfpages
|
pdfpages
|
||||||
pdflscape
|
pdflscape
|
||||||
scheme-basic
|
scheme-basic
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue