From 53c98cebad4926ba936609da9e619a385ac93fe9 Mon Sep 17 00:00:00 2001 From: noah427 <40678304+noah427@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:18:08 -0500 Subject: [PATCH] chore: remove nixpkgs override for crane --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 1c5ef93..888157c 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,6 @@ crane = { url = "github:ipetkov/crane"; - inputs.nixpkgs.follows = "nixpkgs"; }; naersk.url = "github:nix-community/naersk";