python311Packages.execnb: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-05-06 11:39:36 +02:00
parent 65a2b84e4c
commit b9a3f504ce
@@ -1,11 +1,12 @@
{ lib
, buildPythonPackage
, fastcore
, fetchPypi
, ipython
, pythonOlder
, setuptools
, traitlets
{
lib,
buildPythonPackage,
fastcore,
fetchPypi,
ipython,
pythonOlder,
setuptools,
traitlets,
}:
buildPythonPackage rec {
@@ -20,9 +21,7 @@ buildPythonPackage rec {
hash = "sha256-KJ2XEHqFY0SxbAiVPWBFO0cyC0EWgGDso8wt7lBLTgU=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
fastcore
@@ -33,9 +32,7 @@ buildPythonPackage rec {
# no real tests
doCheck = false;
pythonImportsCheck = [
"execnb"
];
pythonImportsCheck = [ "execnb" ];
meta = with lib; {
description = "Execute a jupyter notebook, fast, without needing jupyter";