darwin.iproute2mac: format with nixfmt

This commit is contained in:
Weijia Wang 2024-12-03 01:53:01 +01:00
parent 0ecd14bacb
commit 178b701ef3

View File

@ -1,4 +1,10 @@
{ lib, stdenv, fetchFromGitHub, darwin, python3 }:
{
lib,
stdenv,
fetchFromGitHub,
darwin,
python3,
}:
stdenv.mkDerivation rec {
version = "1.4.1";