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