refactor: remove nix warnings

This commit is contained in:
2025-11-14 21:13:32 +00:00
parent 88573ea4aa
commit 33cdebb64a

View File

@@ -26,7 +26,6 @@
}; };
impermanence = { impermanence = {
url = "github:nix-community/impermanence"; url = "github:nix-community/impermanence";
inputs.nixpkgs.follows = "nixpkgs";
}; };
home-manager = { home-manager = {
url = "github:nix-community/home-manager/release-25.05"; url = "github:nix-community/home-manager/release-25.05";
@@ -34,7 +33,6 @@
}; };
nixos-hardware = { nixos-hardware = {
url = "github:NixOS/nixos-hardware"; url = "github:NixOS/nixos-hardware";
inputs.nixpkgs.follows = "nixpkgs";
}; };
nixos-anywhere = { nixos-anywhere = {
url = "github:nix-community/nixos-anywhere"; url = "github:nix-community/nixos-anywhere";