-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
commit hook and deleting file #110
Comments
This should have been fixed a few days ago with e7d9abf Have you updated since then? |
ah sorry indeed, did the merge with master after i realized this. |
Pacman99
pushed a commit
that referenced
this issue
Feb 23, 2022
After nixpkgs pr #140284, attrset outputs of functions of type `anything` are now processed as modules. This is not the expected behavior for overlays, devshell modules, and nixos tests. Use new option types instead of `anything`, fixing this issue.
Pacman99
pushed a commit
that referenced
this issue
Feb 26, 2022
After nixpkgs pr #140284, attrset outputs of functions of type `anything` are now processed as modules. This is not the expected behavior for overlays, devshell modules, and nixos tests. Use new option types instead of `anything`, fixing this issue.
Pacman99
pushed a commit
that referenced
this issue
Feb 26, 2022
112: Fix broken overlays on nixos-unstable, close #110 r=blaggacao a=linyinfeng After <NixOS/nixpkgs#140284>, attrset outputs of functions of type `anything` are now processed as modules. This is not the expected behavior for overlays, devshell modules, and nixos tests. Use new option types instead of `anything`, fixing this issue. Co-authored-by: Lin Yinfeng <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I tried to delete a file but then git commit failed.
As I do not now the reason exactly I simply moved .git/hooks temporarily to another place, then I was able to add the commit message.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Git commit hook should not interfere with usual git actions.
The text was updated successfully, but these errors were encountered: