Added fonts symlink to devShell

This commit is contained in:
Luis-Hebendanz
2023-08-05 12:34:04 +02:00
parent f8d76225f5
commit 88ec2d3e3e

View File

@@ -19,6 +19,8 @@ pkgs.mkShell {
echo "floco ok: node_modules updated"
fi
ln -sf ${pkgs.roboto}/share/fonts ./src/fonts
export PATH="$PATH:$(realpath ./node_modules)/.bin"
'';
}