From 7c24e361aace1e3949d8f94ee02bb1c557549f63 Mon Sep 17 00:00:00 2001 From: Dasha Mukhina Date: Wed, 4 Sep 2024 17:09:41 +0400 Subject: [PATCH] fix: remove non-existent input 'nixpkgs' from 'crane' crane does not have inputs at all. --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 16441a64..cbb2509d 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ parts.inputs.nixpkgs-lib.follows = "nixpkgs"; crane.url = "github:ipetkov/crane"; - crane.inputs.nixpkgs.follows = "nixpkgs"; rust.url = "github:oxalica/rust-overlay"; rust.inputs.nixpkgs.follows = "nixpkgs";