From 6d3bab725c88545b4f614d3ae99599c7d8966c62 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sun, 7 Sep 2025 10:32:46 -0500 Subject: [PATCH] nix: remove unnecessary input override --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index dd97744b6..23b07f734 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,6 @@ # we are using for "normal" builds. # # nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; };