tv dhcpcd: set saner dbdir
This commit is contained in:
parent
4a3650b3e3
commit
45359e7db5
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user