micronucleus: format, remove pkgs from inputs

This commit is contained in:
Sandro Jäckel 2021-02-17 04:18:17 +01:00
parent e0f6e514b1
commit 43743be960
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -1,6 +1,4 @@
{ { stdenv
pkgs
, stdenv
, libusb-compat-0_1 , libusb-compat-0_1
, fetchFromGitHub , fetchFromGitHub
, lib , lib
@ -34,5 +32,4 @@ stdenv.mkDerivation rec {
license = licenses.gpl3; license = licenses.gpl3;
maintainers = [ maintainers.cab404 ]; maintainers = [ maintainers.cab404 ];
}; };
} }