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