nix: basic installer image generator

This commit is contained in:
Primrose 2024-07-24 22:36:57 +02:00
parent d11b9486eb
commit b49def46ac
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 130 additions and 3 deletions

View file

@ -18,6 +18,7 @@
./nix/nixosModules
./nix/darwinModules
./nix/flakeModules
./nix/disko
./nix/resolve
./nix/custom
@ -54,6 +55,10 @@
};
nur.url = "github:nix-community/nur";
flake-parts.url = "github:hercules-ci/flake-parts";
nixos-generators = {
url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgs";
};
agenix = {
url = "github:ryantm/agenix/0.15.0";
inputs.nixpkgs.follows = "nixpkgs";