chore: rework devshells to allow LateX building easily

This commit is contained in:
Yorick Barbanneau 2025-02-20 20:45:06 +01:00
parent 831e4d978d
commit b9f4e869c5
2 changed files with 2 additions and 1 deletions

View file

@ -8,7 +8,7 @@ _: {
}:
{
devShells = {
default = pkgs.mkShell {
hugo = pkgs.mkShell {
name = "hugo-shell";
nativeBuildInputs = config.develPackages
++ config.hugoBuildPackages