Add kexec-bundle package to flake

This commit is contained in:
Simon Bruder 2024-08-20 23:04:38 +02:00
parent e9fce22b71
commit aa8afd4d5d
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -169,6 +169,23 @@
}); });
packages = {
kexec-bundle = (nixpkgs.lib.nixosSystem {
inherit system;
modules = [
./modules/pubkeys.nix
./modules/ssh.nix
({ modulesPath, ... }: {
imports = [
(modulesPath + "/installer/netboot/netboot-minimal.nix")
];
})
];
}).config.system.build.kexecTree;
};
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
buildInputs = (with pkgs; [ buildInputs = (with pkgs; [
black black