feat: add new git check clean script

This commit is contained in:
Zhongheng Liu 2024-12-23 11:02:41 +02:00
commit 51f3ed41cc
Signed by: steven
GPG key ID: 805A28B071DAD84B
2 changed files with 52 additions and 0 deletions

View file

@ -9,5 +9,9 @@
inherit pkgs;
inherit config;
})
(import ./git_check_clean.script.nix {
inherit pkgs;
inherit config;
})
];
}