mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
darwin.iproute2mac: format with nixfmt
This commit is contained in:
parent
0ecd14bacb
commit
178b701ef3
@ -1,4 +1,10 @@
|
||||
{ lib, stdenv, fetchFromGitHub, darwin, python3 }:
|
||||
{
|
||||
lib,
|
||||
stdenv,
|
||||
fetchFromGitHub,
|
||||
darwin,
|
||||
python3,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "1.4.1";
|
||||
|
Loading…
Reference in New Issue
Block a user