summaryrefslogtreecommitdiffstats
path: root/tv
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2022-07-14 15:41:59 +0200
committertv <tv@krebsco.de>2022-07-14 15:48:12 +0200
commit9170f1618efed14db081d1d3c3daa14bf3aabd8f (patch)
tree115eaff55a28ab63a28d120931cd4d4ce1151f2c /tv
parenta501cefc19cac105921612f9544f6d0cd137d9b7 (diff)
tv dhcpcd: RIP
Diffstat (limited to 'tv')
-rw-r--r--tv/5pkgs/override/dhcpcd.nix7
1 files changed, 0 insertions, 7 deletions
diff --git a/tv/5pkgs/override/dhcpcd.nix b/tv/5pkgs/override/dhcpcd.nix
deleted file mode 100644
index 202b8e5d..00000000
--- a/tv/5pkgs/override/dhcpcd.nix
+++ /dev/null
@@ -1,7 +0,0 @@
-self: super:
-
-self.lib.overrideDerivation super.dhcpcd (old: {
- configureFlags = old.configureFlags ++ [
- "--dbdir=/var/lib/dhcpcd"
- ];
-})