chore: comments

This commit is contained in:
Zhongheng Liu 2024-12-23 16:42:24 +02:00
commit 2dc89a3284
Signed by: steven
GPG key ID: 805A28B071DAD84B

View file

@ -3,6 +3,8 @@
config,
}: let
git = config.programs.git.package;
# checks for any Git repositories with uncommitted changes
# used because I am too lazy
in
pkgs.writeShellScriptBin "git-check" ''
#!${pkgs.bash}/bin/bash