mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 12:39:40 +00:00
5 lines
116 B
Nix
5 lines
116 B
Nix
|
{pkgs, ...}:
|
||
|
pkgs.writeShellScriptBin "better-git-branch" ''
|
||
|
${builtins.readFile ./better-git-branch.sh}
|
||
|
''
|