cleanup flake inputs follows declarations

This commit is contained in:
Simon Gardling 2025-11-17 08:14:55 -05:00
parent aa411bb43b
commit 727fc66b7d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -7,7 +7,6 @@
lanzaboote = { lanzaboote = {
url = "github:nix-community/lanzaboote"; url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
inputs.rust-overlay.follows = "rust-overlay";
}; };
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@ -55,7 +54,6 @@
impermanence = { impermanence = {
url = "github:nix-community/impermanence"; url = "github:nix-community/impermanence";
inputs.nixpkgs.follows = "nixpkgs";
}; };
deploy-rs = { deploy-rs = {