chore: comments
This commit is contained in:
parent
333ca504a6
commit
2dc89a3284
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
config,
|
config,
|
||||||
}: let
|
}: let
|
||||||
git = config.programs.git.package;
|
git = config.programs.git.package;
|
||||||
|
# checks for any Git repositories with uncommitted changes
|
||||||
|
# used because I am too lazy
|
||||||
in
|
in
|
||||||
pkgs.writeShellScriptBin "git-check" ''
|
pkgs.writeShellScriptBin "git-check" ''
|
||||||
#!${pkgs.bash}/bin/bash
|
#!${pkgs.bash}/bin/bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue