{ stdenv, fetchgit, kernel, initramfs, limine, rootfs }: stdenv.mkDerivation { name = "iso-yerba"; src = ./.; buildPhase = '' echo "todo actually build iso" ''; installPhase = '' echo "todo actually install iso" ''; }