feat(flake): nixos-generators remove

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-20 21:52:06 +03:00
parent 8efc2e1f55
commit be9b082e25

View file

@ -313,19 +313,6 @@
repo = "nixos-cli";
};
"nixos-generators" = {
flake = true;
type = "github";
owner = "nix-community";
repo = "nixos-generators";
inputs = {
"nixpkgs" = {
follows = "nixpkgs";
};
};
};
"nixos-wsl" = {
flake = true;
type = "github";