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
No known key found for this signature in database
GPG key ID: E13DFD4B47127951
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
];