pkgs/unsup: init

This commit is contained in:
Infinidoge 2025-06-24 23:02:36 -04:00
parent e55205af8a
commit ee460a0913
Signed by: Infinidoge
SSH key fingerprint: SHA256:EMoPe5e2dO0gEvtBb2xkZTz5dkyL0rBmuiGTKG5s96E
2 changed files with 10 additions and 0 deletions

View file

@ -15,6 +15,7 @@ rec {
tmx-cups-ppd = pkgs.callPackage ./tmx-cups-ppd.nix { };
unbted = pkgs.callPackage ./unbted.nix { };
unmap = pkgs.callPackage ./unmap { };
unsup = pkgs.callPackage ./unsup.nix { };
vpython-jupyter = pkgs.python3Packages.callPackage ./vpython-jupyter.nix {
inherit jupyterlab-vpython;
};