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
/
src
/
research
/
default.nix
blob: 99c6f0da65189e92df18ca0559877a5838453aae (
plain
)
1
2
3
4
5
6
7
{
...
}:
{
title
=
"Research output"
;
content
=
builtins
.
readFile
./content.tex
;
}