From 6089a6b754b57d73f0d95fac3e8208eb3b2cc142 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Thu, 3 Oct 2024 16:00:26 +0200 Subject: fix(common/flake/latex): Remove unneeded import follow --- common/flakes/latex/flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/common/flakes/latex/flake.nix b/common/flakes/latex/flake.nix index 6a21c68..bfdf673 100644 --- a/common/flakes/latex/flake.nix +++ b/common/flakes/latex/flake.nix @@ -46,15 +46,12 @@ }; crane = { url = "github:ipetkov/crane"; - inputs = { - nixpkgs.follows = "nixpkgs"; - }; + inputs = {}; }; rust-overlay = { url = "github:oxalica/rust-overlay"; inputs = { nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; }; }; }; -- cgit 1.4.1