{ lib , stdenv , typst , python3 , python3Packages }: stdenv.mkDerivation { pname = "kel-cv"; version = "0.0.0"; nativeBuildInputs = [ typst ]; src = ./..; }