Unverified Commit db4d8f68 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

nixos/network-interfaces: drop unused variable (#475662)

parents 5567b2cd 4692f4df
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -65,9 +65,6 @@ let
    }
  );

  # We must escape interfaces due to the systemd interpretation
  subsystemDevice = interface: "sys-subsystem-net-devices-${escapeSystemdPath interface}.device";

  addrOpts =
    v:
    assert v == 4 || v == 6;