expose kexec installer as a nixosModule

This commit is contained in:
Jörg Thalheim 2022-12-14 17:32:53 +01:00
parent c3f13148ee
commit 69489a242c

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
description = "NixOS images";
outputs = { self }: {
nixosModules.kexec-installer = ./nix/kexec-installer/module.nix;
};
}