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 @@
{
pkgs
, stdenv
{ stdenv
, libusb-compat-0_1
, fetchFromGitHub
, lib
@ -34,5 +32,4 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
maintainers = [ maintainers.cab404 ];
};
}