Update...
This commit is contained in:
parent
314a5d4c71
commit
746a1ad2ad
5 changed files with 42 additions and 34 deletions
|
|
@ -15,10 +15,7 @@
|
|||
pkgs = nixpkgs.legacyPackages.${system};
|
||||
in {
|
||||
devShell = pkgs.mkShell {
|
||||
packages = with pkgs; [clang valgrind gnumake readline.out readline.dev generic_c.packages.${system}.default];
|
||||
shellHook = ''
|
||||
alias 'valgrind'='valgrind --supressions=${./valgrind_readline_leaks_ignore.txt}';
|
||||
'';
|
||||
packages = with pkgs; [clang valgrind gnumake readline.out readline.dev generic_c.packages.${system}.default llvmPackages.bintools];
|
||||
};
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue