aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 8f31ccec..d45282aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -25,6 +25,8 @@
{inherit inputs;}
{
imports = [
+ inputs.pre-commit-hooks.flakeModule
+
./nix/dev.nix
./nix/distribution.nix
];