mirror of
https://github.com/ItsDrike/nixdots
synced 2025-02-24 21:29:02 +00:00
4 lines
110 B
Nix
4 lines
110 B
Nix
{pkgs, ...}:
|
|
pkgs.writeShellScriptBin "better-git-branch" ''
|
|
${builtins.readFile ./better-git-branch.sh}
|
|
''
|