pantheon/modules/flake-parts/git-hooks.nix

5 lines
91 B
Nix

{ inputs, ... }:
{
# TODO: add to readme
imports = [ inputs.git-hooks.flakeModule ];
}