From f815afd6abfa042808e8fee96e3eb88e3b1281eb Mon Sep 17 00:00:00 2001 From: Austin Seipp Date: Mon, 24 Jun 2024 22:56:52 -0500 Subject: [PATCH] nix: remove spurious flake 'follow' directive Apparently this isn't needed anymore. Signed-off-by: Austin Seipp --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 7b769e904..b4a4109fb 100644 --- a/flake.nix +++ b/flake.nix @@ -8,7 +8,6 @@ # For installing non-standard rustc versions rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.inputs.nixpkgs.follows = "nixpkgs"; - rust-overlay.inputs.flake-utils.follows = "flake-utils"; }; outputs = { self, nixpkgs, flake-utils, rust-overlay }: {