diff --git a/dev/flake-module.nix b/dev/flake-module.nix index 88078ee..066fce4 100644 --- a/dev/flake-module.nix +++ b/dev/flake-module.nix @@ -22,11 +22,10 @@ devShells.default = pkgs.mkShell { nativeBuildInputs = [ pkgs.nixpkgs-fmt - pkgs.pre-commit pkgs.hci ]; shellHook = '' - ${config.pre-commit.installationScript} + ${config.pre-commit.shellHook} ''; };