From 727fc66b7d28c7485446668296fefce5ce635459 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Mon, 17 Nov 2025 08:14:55 -0500 Subject: [PATCH] cleanup flake inputs follows declarations --- flake.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/flake.nix b/flake.nix index 5b4737e..0e2264a 100644 --- a/flake.nix +++ b/flake.nix @@ -7,7 +7,6 @@ lanzaboote = { url = "github:nix-community/lanzaboote"; inputs.nixpkgs.follows = "nixpkgs"; - inputs.rust-overlay.follows = "rust-overlay"; }; nixos-hardware.url = "github:NixOS/nixos-hardware/master"; @@ -55,7 +54,6 @@ impermanence = { url = "github:nix-community/impermanence"; - inputs.nixpkgs.follows = "nixpkgs"; }; deploy-rs = {