keepwn: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-20 11:07:41 +02:00
parent 9f7f5d9b6b
commit 11f0a5ba2c
1 changed files with 7 additions and 10 deletions

View File

@ -1,7 +1,8 @@
{ lib
, stdenv
, fetchFromGitHub
, python3
{
lib,
stdenv,
fetchFromGitHub,
python3,
}:
python3.pkgs.buildPythonApplication rec {
@ -16,9 +17,7 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-AkqBC65XrMt4V5KgzLepnQoqpdvbrtWLY3DmVuy8Zck=";
};
build-system = with python3.pkgs; [
setuptools
];
build-system = with python3.pkgs; [ setuptools ];
dependencies = with python3.pkgs; [
chardet
@ -37,9 +36,7 @@ python3.pkgs.buildPythonApplication rec {
# Project has no tests
doCheck = false;
pythonImportsCheck = [
"keepwn"
];
pythonImportsCheck = [ "keepwn" ];
meta = with lib; {
description = "Tool to automate KeePass discovery and secret extraction";