refactor(nix): use pre-commit flake module

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu
2023-09-04 08:52:56 +02:00
parent bbf4e3b04d
commit 2918d61b16
2 changed files with 19 additions and 21 deletions

View File

@ -25,6 +25,8 @@
{inherit inputs;}
{
imports = [
inputs.pre-commit-hooks.flakeModule
./nix/dev.nix
./nix/distribution.nix
];