flake.nix

This commit is contained in:
Maieul BOYER 2024-08-04 14:24:13 +00:00
parent 544711e05c
commit 8187eb4b15

View file

@ -34,8 +34,6 @@
packages = with pkgs; [
clang-analyzer
clang
valgrind.dev
valgrind
gnumake
generic_c.packages.${system}.default
c_formatter_42.packages.${system}.default
@ -44,7 +42,6 @@
tokei
coreutils
] ++ (if system == "x86_64-linux" then [valgrind valgrind.dev] else []);
ASAN_OPTIONS = "strict_string_checks=1:detect_stack_use_after_return=1:check_initialization_order=1:strict_init_order=1";
};
}