documents: init

add cv the way jasper does it

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-07 10:25:53 +05:30
parent 002469acde
commit 849861bae2
13 changed files with 154 additions and 5 deletions

View File

@@ -40,14 +40,23 @@
};
in
rec {
devShell = with pkgs.haskellPackages; shellFor {
devShell = with pkgs; with haskellPackages; shellFor {
packages = _: [ site ];
withHoogle = true;
buildInputs = [
cabal-install
(texlive.combine {
inherit (texlive)
scheme-small
fontspec
enumitem
parskip
hyperref
standalone
titlesec;
})
haskell-language-server
ghcid
site
];
};
packages = {