tv dhcpcd: set saner dbdir

This commit is contained in:
tv 2018-12-29 14:22:24 +01:00
parent 4a3650b3e3
commit 45359e7db5
1 changed files with 6 additions and 0 deletions

View File

@ -24,6 +24,12 @@ foldl' mergeAttrs {}
"$@"
'';
dhcpcd = overrideDerivation super.dhcpcd (old: {
configureFlags = old.configureFlags ++ [
"--dbdir=/var/lib/dhcpcd"
];
});
gitAndTools = super.gitAndTools // {
inherit (self) diff-so-fancy;
};