From fecc85a83a2ac25d0b491115e406f507d446f17d Mon Sep 17 00:00:00 2001 From: Igor Dejanovic Date: Thu, 20 Jun 2024 15:56:00 +0200 Subject: [PATCH] setup: remove unused input for rust-overlay --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2d8882b9..773d8adf 100644 --- a/flake.nix +++ b/flake.nix @@ -6,7 +6,6 @@ url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; };