about summary refs log tree commit diff
path: root/checks.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--checks.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/checks.nix b/checks.nix
index 89df268..142ad1d 100644
--- a/checks.nix
+++ b/checks.nix
@@ -4,7 +4,7 @@
 }: let
   pkgs = inputs.self.legacyPackages.${system};
 in {
-  preCommit = inputs.pre-commit-hooks.lib.${system}.run {
+  preCommit = inputs.pre-commit.lib.${system}.run {
     src = builtins.path {
       name = "nixfiles";
       path = ./.;

Consider giving Nix/NixOS a try! <3