From 0c7ca2b1801fc72e4de8f64adba60feb54a489d9 Mon Sep 17 00:00:00 2001 From: Julian Stecklina Date: Thu, 19 Oct 2023 19:23:59 +0200 Subject: [PATCH] nix: remove unused follows --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 336ca75..2e1abdd 100644 --- a/flake.nix +++ b/flake.nix @@ -21,9 +21,6 @@ crane = { url = "github:ipetkov/crane"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.rust-overlay.follows = "rust-overlay"; - inputs.flake-utils.follows = "flake-utils"; - inputs.flake-compat.follows = "flake-compat"; }; rust-overlay = {