remove nixos-generators in favor of nixos-rebuild build-image

nixos now has most of the functunality of nixos-generators upstreamed
This commit is contained in:
jopejoe1 2025-04-14 19:15:05 +02:00
parent 5262e95f3b
commit 05dded6ee1
3 changed files with 0 additions and 44 deletions

View file

@ -5,12 +5,6 @@
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixos-facter-modules.url = "github:nix-community/nixos-facter-modules";
# Outputs
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
# Modules
disko = {
url = "github:nix-community/disko";