lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.dissect-squashfs: format with nixfmt

+13 -14
+13 -14
pkgs/development/python-modules/dissect-squashfs/default.nix
··· 1 - { lib 2 - , buildPythonPackage 3 - , dissect-cstruct 4 - , dissect-util 5 - , fetchFromGitHub 6 - , lz4 7 - , python-lzo 8 - , pythonOlder 9 - , setuptools 10 - , setuptools-scm 11 - , zstandard 1 + { 2 + lib, 3 + buildPythonPackage, 4 + dissect-cstruct, 5 + dissect-util, 6 + fetchFromGitHub, 7 + lz4, 8 + python-lzo, 9 + pythonOlder, 10 + setuptools, 11 + setuptools-scm, 12 + zstandard, 12 13 }: 13 14 14 15 buildPythonPackage rec { ··· 43 44 ]; 44 45 }; 45 46 46 - pythonImportsCheck = [ 47 - "dissect.squashfs" 48 - ]; 47 + pythonImportsCheck = [ "dissect.squashfs" ]; 49 48 50 49 meta = with lib; { 51 50 description = "Dissect module implementing a parser for the SquashFS file system";