From a41844cfbe62bf6bf592f5105a255e7adc957865 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 3 Sep 2024 12:10:12 +0530 Subject: [PATCH] fix(flakes): remove obsoleted input override --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index a629cc3..f99b2f2 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,6 @@ inputs.advisory-db.flake = false; inputs.crane.url = "github:ipetkov/crane"; - inputs.crane.inputs.nixpkgs.follows = "nixpkgs"; inputs.devshell.url = "github:numtide/devshell"; inputs.devshell.inputs.nixpkgs.follows = "nixpkgs";