add image generation

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-06-03 11:27:04 -04:00
committed by Alice Huston
parent 16a2f66612
commit 55b7e407f1
4 changed files with 59 additions and 0 deletions

View File

@ -74,6 +74,10 @@
url = "github:Mic92/nix-index-database";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
nixos-modules = {
url = "github:SuperSandro2000/nixos-modules";