add ory
Anirudh Oppiliappan x@icyphox.sh
Fri, 18 Mar 2022 16:32:08 +0530
3 files changed,
52 insertions(+),
1 deletions(-)
A
flake.lock
@@ -0,0 +1,25 @@
+{ + "nodes": { + "nixpkgs": { + "locked": { + "lastModified": 1647350163, + "narHash": "sha256-OcMI+PFEHTONthXuEQNddt16Ml7qGvanL3x8QOl2Aao=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "3eb07eeafb52bcbf02ce800f032f18d666a9498d", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "root": { + "inputs": { + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +}
A
flake.nix
@@ -0,0 +1,16 @@
+{ + description = "Tools to build my résumé"; + + outputs = { self, nixpkgs }: { + devShell.x86_64-linux = + let + pkgs = nixpkgs.legacyPackages.x86_64-linux; + in + pkgs.mkShell { + src = null; + nativeBuildInputs = with pkgs; [ + tectonic + ]; + }; + }; +}
M
resume.tex
→
resume.tex
@@ -102,9 +102,19 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Experience} +\runsubsection{Ory} +\descript{Site Reliability Engineer} +\location{January 2022-Present} +\vspace{\topsep} % Hacky fix for awkward extra vertical space +%\begin{tightemize} +% % Add work here +%\end{tightemize} +\sectionsep + + \runsubsection{DeepSource} \descript{Site Reliability Engineer} -\location{January 2021–December 2021| Bangalore, IN} +\location{January 2021–December 2021 | Bangalore, IN} \vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item Setting up an event driven observability pipeline