remove nix-pre-commit

as we've changed to pre-commit-hooks, nix-pre-commit is no longer required

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-05-21 19:46:21 -04:00
committed by Richie Cahill
parent 3e9aa38a43
commit f3f6c463ca
2 changed files with 0 additions and 33 deletions

View File

@ -68,14 +68,6 @@
inputs.nixpkgs.follows = "nixpkgs";
};
nix-pre-commit = {
url = "github:jmgilman/nix-pre-commit";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-utils.follows = "flake-utils";
};
};
nixos-modules = {
url = "github:SuperSandro2000/nixos-modules";
inputs = {
@ -122,7 +114,6 @@
self,
nix,
home-manager,
nix-pre-commit,
nixos-hardware,
nixos-modules,
nixpkgs,