」 feat: updated flake to have lsp inside

This commit is contained in:
2025-05-26 17:23:40 +02:00
parent 75eab5ed52
commit bebdb4e95b

View File

@ -54,13 +54,18 @@
devShells = forEachSupportedSystem ( devShells = forEachSupportedSystem (
{ pkgs }: { pkgs }:
{ {
default = pkgs.mkShell.override { } { default = pkgs.mkShell {
buildInputs = with pkgs; [
];
hardeningDisable = [ "all" ]; hardeningDisable = [ "all" ];
packages = with pkgs; [ nativeBuildInputs = with pkgs; [
llvmPackages_12.clang-tools
gcc11 gcc11
clang_12 clang_12
];
buildInputs = with pkgs; [
];
packages = with pkgs; [
nixd
nixfmt-rfc-style
norminette norminette
valgrind valgrind
git git