Generate U-Boot commands

This commit is contained in:
2024-03-07 16:49:48 +01:00
parent 66e3c36f77
commit bf767d623b
3 changed files with 28 additions and 1 deletions

View File

@@ -61,10 +61,12 @@
build = nixosconf.config.system.build;
in pkgs.mkShell {
pname = "lagarto-hun-shell";
TOPLEVEL = build.toplevel;
OPENSBI = syspkgs.opensbi;
KERNEL = build.kernel;
INITRD = build.initialRamdisk;
ROOTFS = build.sdImage;
UBOOT_ENV = syspkgs.uboot-env;
};
};
}