summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSilas Schöffel <sils@sils.li>2024-05-30 11:37:22 +0200
committerSilas Schöffel <sils@sils.li>2024-05-30 11:37:22 +0200
commit38386bb3dfb03043b6d4aa27fa6a9836b3172c32 (patch)
tree2eff18555fa27966564edde3abec0f32d5cf2157
parentflake: nixvim.inputs.pre-commit-hooks -> nixvim.inputs.git-hooks (diff)
downloadnix-config-38386bb3dfb03043b6d4aa27fa6a9836b3172c32.tar.gz
nix-config-38386bb3dfb03043b6d4aa27fa6a9836b3172c32.zip
flake.nix: remove git-hooks.inputs.flake-utils
-rw-r--r--flake.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index ab3b764..79b85aa 100644
--- a/flake.nix
+++ b/flake.nix
@@ -28,7 +28,6 @@
       url = "github:cachix/git-hooks.nix";
       inputs = {
         flake-compat.follows = "flake-compat";
-        flake-utils.follows = "flake-utils";
         gitignore.follows = "gitignore";
         nixpkgs.follows = "nixpkgs";
         nixpkgs-stable.follows = "nixpkgs-stable";