Added valgrind
This commit is contained in:
parent
9430d3cddb
commit
317f76b50d
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,11 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.variables = {
|
||||
# Valgrind like to use this instead of HOSTNAME
|
||||
HOST = config.networking.hostName;
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
sbcl
|
||||
racket
|
||||
|
|
@ -14,6 +19,7 @@
|
|||
llvmPackages_16.libllvm
|
||||
bear
|
||||
rr
|
||||
valgrind
|
||||
|
||||
nodejs_21
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue