We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6cd41 commit 5dc134eCopy full SHA for 5dc134e
flake.nix
@@ -374,7 +374,6 @@
374
375
devShells = simpleDevShells // nixDevShells // {
376
default = simpleDevShells.haskell-language-server-dev;
377
- inherit (self.checks.${system}.pre-commit-check) shellHook;
378
};
379
380
packages = allPackages // {
@@ -397,8 +396,6 @@
397
396
docs = docs;
398
399
400
- checks = { pre-commit-check = pre-commit-check ghcDefault; };
401
-
402
# The attributes for the default shell and package changed in recent versions of Nix,
403
# these are here for backwards compatibility with the old versions.
404
devShell = devShells.default;
0 commit comments