nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.typer-shell: relax rich

+1
+1
pkgs/development/python-modules/typer-shell/default.nix
··· 28 28 29 29 pythonRelaxDeps = [ 30 30 "iterfzf" 31 + "rich" 31 32 "typer" 32 33 ]; 33 34