Skip to content

Commit 5dc134e

Browse files
author
Kobayashi
authored
remove all usages of pre-commit-check in nix (#3024)
1 parent 0f6cd41 commit 5dc134e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

flake.nix

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,6 @@
374374

375375
devShells = simpleDevShells // nixDevShells // {
376376
default = simpleDevShells.haskell-language-server-dev;
377-
inherit (self.checks.${system}.pre-commit-check) shellHook;
378377
};
379378

380379
packages = allPackages // {
@@ -397,8 +396,6 @@
397396
docs = docs;
398397
};
399398

400-
checks = { pre-commit-check = pre-commit-check ghcDefault; };
401-
402399
# The attributes for the default shell and package changed in recent versions of Nix,
403400
# these are here for backwards compatibility with the old versions.
404401
devShell = devShells.default;

0 commit comments

Comments
 (0)