index
:
cv
master
oxford
pococop
Generate a CV from a Nix attribute set.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
default.nix
blob: 24267b1b35ca3d0ef974f86cfee317d55202322c (
plain
)
1
2
3
4
{
lib
}:
{
pp
.
latex
=
import
./latex.nix
{
inherit
lib
;
};
}