From ea941c84d6119fd3dbc028f9c319c632a75e40e4 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 4 Oct 2024 17:52:11 +0200 Subject: fix(templates/rust/flake.nix): Remove unneeded `input.*.follows` --- templates/rust/flake.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/templates/rust/flake.nix b/templates/rust/flake.nix index bd54e79..084cf27 100644 --- a/templates/rust/flake.nix +++ b/templates/rust/flake.nix @@ -13,15 +13,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