mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/dev: add more debugging tools
This commit is contained in:
parent
bd11015b97
commit
72d3ee9f82
@ -23,6 +23,9 @@ in {
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Debugging time!
|
||||||
|
environment.enableDebugInfo = true;
|
||||||
|
|
||||||
# I want to include documentations for my own sanity, OK?
|
# I want to include documentations for my own sanity, OK?
|
||||||
documentation = {
|
documentation = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -40,6 +43,8 @@ in {
|
|||||||
};
|
};
|
||||||
|
|
||||||
programs.gnupg = { agent.enable = true; };
|
programs.gnupg = { agent.enable = true; };
|
||||||
|
programs.systemtap.enable = true;
|
||||||
|
services.sysprof.enable = true;
|
||||||
|
|
||||||
# Convenience!
|
# Convenience!
|
||||||
environment.localBinInPath = true;
|
environment.localBinInPath = true;
|
||||||
@ -52,8 +57,10 @@ in {
|
|||||||
cmake # The poster boy for the hated build system.
|
cmake # The poster boy for the hated build system.
|
||||||
direnv # The power of local development environment.
|
direnv # The power of local development environment.
|
||||||
gcc # The usual toolchain.
|
gcc # The usual toolchain.
|
||||||
|
gdb # The usual debugger.
|
||||||
gnumake # Make your life easier with GNU Make.
|
gnumake # Make your life easier with GNU Make.
|
||||||
moreutils # Less is more but more utilities, the merrier.
|
moreutils # Less is more but more utilities, the merrier.
|
||||||
|
valgrind # Memory leaks.
|
||||||
|
|
||||||
# I SAID ALL OF THE GIT EXTENSIONS!
|
# I SAID ALL OF THE GIT EXTENSIONS!
|
||||||
git-crypt
|
git-crypt
|
||||||
|
Loading…
Reference in New Issue
Block a user