mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 10:09:42 +00:00
10 lines
122 B
Nix
10 lines
122 B
Nix
|
{
|
||
|
pkgs,
|
||
|
...
|
||
|
}: let
|
||
|
packages = {
|
||
|
better-git-branch = pkgs.callPackage ./better-git-branch {};
|
||
|
};
|
||
|
in
|
||
|
packages
|