mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 18:09:02 +00:00
9 lines
122 B
Nix
9 lines
122 B
Nix
{
|
|
pkgs,
|
|
...
|
|
}: let
|
|
packages = {
|
|
better-git-branch = pkgs.callPackage ./better-git-branch {};
|
|
};
|
|
in
|
|
packages
|