flake: reformat with nixfmt
This commit is contained in:
parent
a79e641851
commit
eaf4f56ac0
117 changed files with 2667 additions and 1592 deletions
|
@ -14,8 +14,12 @@ rec {
|
|||
tmx-cups-ppd = pkgs.callPackage ./tmx-cups-ppd.nix { };
|
||||
unbted = pkgs.callPackage ./unbted.nix { };
|
||||
unmap = pkgs.callPackage ./unmap { };
|
||||
vpython-jupyter = pkgs.python3Packages.callPackage ./vpython-jupyter.nix { inherit jupyterlab-vpython; };
|
||||
vpython-jupyter = pkgs.python3Packages.callPackage ./vpython-jupyter.nix {
|
||||
inherit jupyterlab-vpython;
|
||||
};
|
||||
jupyterlab-vpython = pkgs.python3Packages.callPackage ./jupyterlab-vpython { };
|
||||
jupyter-server-proxy = pkgs.python3Packages.callPackage ./jupyter-server-proxy { inherit simpervisor; };
|
||||
jupyter-server-proxy = pkgs.python3Packages.callPackage ./jupyter-server-proxy {
|
||||
inherit simpervisor;
|
||||
};
|
||||
simpervisor = pkgs.python3Packages.callPackage ./simpervisor.nix { };
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue