5 lines
91 B
Nix
5 lines
91 B
Nix
{ inputs, ... }:
|
|
{
|
|
# TODO: add to readme
|
|
imports = [ inputs.git-hooks.flakeModule ];
|
|
}
|