From 017c3cc66e9900ef2ce93584f78d26adbba7e191 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= <tmuehlbacher@posteo.net>
Date: Fri, 21 Mar 2025 16:33:56 +0000
Subject: [PATCH] fix(nix): rm input from crane that no longer exists

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
---
 flake.nix | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/flake.nix b/flake.nix
index 4aa66a86..d8836b87 100644
--- a/flake.nix
+++ b/flake.nix
@@ -11,10 +11,7 @@
       inputs.nixpkgs.follows = "nixpkgs";
     };
 
-    crane = {
-      url = "github:ipetkov/crane";
-      inputs.nixpkgs.follows = "nixpkgs";
-    };
+    crane.url = "github:ipetkov/crane";
 
     fenix = {
       url = "github:nix-community/fenix";