More dev things
This commit is contained in:
parent
64ab21f7dd
commit
d2dbb5bbde
|
@ -20,6 +20,8 @@
|
||||||
cmake
|
cmake
|
||||||
ddd
|
ddd
|
||||||
gdb
|
gdb
|
||||||
|
gnumake
|
||||||
|
valgrind
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
CCACHE_CONFIGPATH = "${config.xdg.configHome}/ccache.conf";
|
CCACHE_CONFIGPATH = "${config.xdg.configHome}/ccache.conf";
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
})
|
})
|
||||||
{
|
{
|
||||||
users.extraGroups.dialout.members = [ "geoffrey" ];
|
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