overlay: readd stupid nodejs dependency :3 thanks copilot

This commit is contained in:
kossLAN 2024-11-17 04:24:26 -05:00
parent 3784061378
commit 480a334862
Signed by: kossLAN
SSH key fingerprint: SHA256:bdV0x+wdQHGJ6LgmstH3KV8OpWY+OOFmJcPcB0wQPV8

View file

@ -114,6 +114,9 @@ with final.pkgs.lib; let
rustfmt # rust formatter rustfmt # rust formatter
prettierd # typescript/javascript formatter prettierd # typescript/javascript formatter
# google-java-format # java formatter based off google guidelines # google-java-format # java formatter based off google guidelines
# misc
nodejs # copilot needs this unfortunately dont remove
]; ];
in { in {
# This is the neovim derivation # This is the neovim derivation