Rename directory
This commit is contained in:
parent
4ec8ad983a
commit
55aadd6ec5
5 changed files with 2 additions and 2 deletions
16
nix/flake-modules/git-hooks.nix
Normal file
16
nix/flake-modules/git-hooks.nix
Normal file
|
@ -0,0 +1,16 @@
|
|||
{ inputs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.git-hooks-nix.flakeModule
|
||||
|
||||
./phpcs.nix
|
||||
./phpstan.nix
|
||||
];
|
||||
|
||||
perSystem =
|
||||
{ config, ... }:
|
||||
{
|
||||
devshells.default.devshell.startup.git-hooks.text = config.pre-commit.installationScript;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue