flake: reformat with nixfmt
This commit is contained in:
parent
a79e641851
commit
eaf4f56ac0
117 changed files with 2667 additions and 1592 deletions
|
@ -1,19 +1,20 @@
|
|||
{ buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
{
|
||||
buildPythonPackage,
|
||||
fetchFromGitHub,
|
||||
|
||||
, yarnConfigHook
|
||||
, fetchYarnDeps
|
||||
, hatchling
|
||||
, hatch-jupyter-builder
|
||||
, nodejs
|
||||
yarnConfigHook,
|
||||
fetchYarnDeps,
|
||||
hatchling,
|
||||
hatch-jupyter-builder,
|
||||
nodejs,
|
||||
|
||||
, jupyterlab
|
||||
, aiohttp
|
||||
, importlib-metadata
|
||||
, jupyter-server
|
||||
, simpervisor
|
||||
, tornado
|
||||
, traitlets
|
||||
jupyterlab,
|
||||
aiohttp,
|
||||
importlib-metadata,
|
||||
jupyter-server,
|
||||
simpervisor,
|
||||
tornado,
|
||||
traitlets,
|
||||
}:
|
||||
|
||||
buildPythonPackage {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue