Add gcc and GNU make to the Nix flake

This commit is contained in:
Olivier Wilkinson (reivilibre) 2023-08-09 12:36:34 +01:00
parent 0328b56468
commit b1bbc43863

View File

@ -89,6 +89,10 @@
})
# The rust-analyzer language server implementation.
rust-analyzer
# GCC includes a linker; needed for building `ruff`
gcc
# Needed for building `ruff`
gnumake
# Native dependencies for running Synapse.
icu