More flaky

This commit is contained in:
maralorn 2023-03-19 10:05:03 +01:00
parent fc1031d174
commit 0170a54f98
2 changed files with 1 additions and 14 deletions

2
.envrc
View file

@ -1 +1 @@
use_nix
use flake

View file

@ -1,13 +0,0 @@
let
nix-pre-commit-hooks = import (import ./nix/sources.nix)."pre-commit-hooks.nix";
in
{
pre-commit-check = nix-pre-commit-hooks.run {
src = ./.;
hooks = {
hlint.enable = true;
nixpkgs-fmt.enable = true;
fourmolu.enable = true;
};
};
}