build(nix): added pre-commit to dev shell

This commit is contained in:
DavidMazarro 2024-11-12 14:17:56 +01:00
parent fa5d3fe755
commit 2aa784e71b
No known key found for this signature in database
GPG Key ID: 5B490A04990FAAB7

View File

@ -36,10 +36,13 @@
hlint = {};
haskell-language-server = {};
};
shell.buildInputs = with pkgs; [
pre-commit
];
compiler-nix-name = "ghc966";
};
})
];
];
pkgs = import nixpkgs { inherit system overlays; inherit (haskellNix) config; };
flake = pkgs.hapistrano.flake { };
in rec {