Merge pull request 'Added fonts symlink to devShell' (#87) from Qubasa-main into main

Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/87
This commit is contained in:
Qubasa
2023-08-05 10:36:13 +00:00

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"
'';
}