tv dhcpcd: RIP

This commit is contained in:
tv 2022-07-14 15:41:59 +02:00
parent a501cefc19
commit 9170f1618e

View File

@ -1,7 +0,0 @@
self: super:
self.lib.overrideDerivation super.dhcpcd (old: {
configureFlags = old.configureFlags ++ [
"--dbdir=/var/lib/dhcpcd"
];
})