flake.nix
This commit is contained in:
parent
544711e05c
commit
8187eb4b15
1 changed files with 0 additions and 3 deletions
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue