psudohash: update formatting

This commit is contained in:
Fabian Affolter 2024-08-10 08:47:18 +02:00
parent 44342de071
commit aea982139f

View File

@ -1,7 +1,8 @@
{ lib
, stdenv
, fetchFromGitHub
, python3
{
lib,
stdenv,
fetchFromGitHub,
python3,
}:
stdenv.mkDerivation rec {
@ -15,9 +16,7 @@ stdenv.mkDerivation rec {
hash = "sha256-l/Rp9405Wf6vh85PFrRTtTLJE7GPODowseNqEw42J18=";
};
buildInputs = [
python3
];
buildInputs = [ python3 ];
installPhase = ''
runHook preInstall