cleanup flake inputs follows declarations

This commit is contained in:
2025-11-17 08:14:55 -05:00
parent aa411bb43b
commit 727fc66b7d

View File

@@ -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 = {