dotfiles/nix/cells/repo/packages/default.nix

7 lines
80 B
Nix
Raw Normal View History

{
inputs,
cell,
}: {
inherit (inputs.cells.dotfiles.packages) kpcli-py;
}