More dev things
This commit is contained in:
parent
64ab21f7dd
commit
d2dbb5bbde
|
@ -20,6 +20,8 @@
|
|||
cmake
|
||||
ddd
|
||||
gdb
|
||||
gnumake
|
||||
valgrind
|
||||
];
|
||||
sessionVariables = {
|
||||
CCACHE_CONFIGPATH = "${config.xdg.configHome}/ccache.conf";
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
})
|
||||
{
|
||||
users.extraGroups.dialout.members = [ "geoffrey" ];
|
||||
# Always comes in handy, not enabled by default anyways
|
||||
programs.nix-ld.enable = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue