all repos — resume @ c9192d66133808b453d9b58f52daf4525d3f2732

my résumé

Misc font changes
Anirudh Oppiliappan x@icyphox.sh
Mon, 04 Mar 2024 15:30:17 +0200
commit

c9192d66133808b453d9b58f52daf4525d3f2732

parent

d4c364e3da2c41487edcc3ab1b667ad3f9c1404b

4 files changed, 61 insertions(+), 17 deletions(-)

jump to
M config.clsconfig.cls

@@ -71,7 +71,7 @@ \color{subheadings}\fontspec[Path = fonts/]{Inter-Regular}\fontsize{12pt}{12pt}\selectfont\bfseries\uppercase {#1} \normalfont}

% Descriptors command \newcommand{\descript}[1]{ -\color{subheadings}\raggedright\scshape\fontspec[Path = fonts/]{Inter-Regular}\fontsize{11pt}{13pt}\selectfont {#1 \\} \normalfont} +\color{subheadings}\raggedright\fontspec[Path = fonts/]{Inter-Light}\fontsize{11pt}{13pt}\selectfont {#1 \\} \normalfont} % Location command \newcommand{\location}[1]{
M flake.lockflake.lock

@@ -1,22 +1,58 @@

{ "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1709126324, + "narHash": "sha256-q6EQdSeUZOG26WelxqkmR7kArjgWCdw5sfJVHPH/7j8=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "d465f4819400de7c8d874d50b982301f28a84605", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { - "lastModified": 1647350163, - "narHash": "sha256-OcMI+PFEHTONthXuEQNddt16Ml7qGvanL3x8QOl2Aao=", + "lastModified": 1709237383, + "narHash": "sha256-cy6ArO4k5qTx+l5o+0mL9f5fa86tYUX3ozE1S+Txlds=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "3eb07eeafb52bcbf02ce800f032f18d666a9498d", + "rev": "1536926ef5621b09bba54035ae2bb6d806d72ac8", "type": "github" }, "original": { - "id": "nixpkgs", - "type": "indirect" + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" } }, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" } } },
M flake.nixflake.nix

@@ -1,16 +1,23 @@

{ 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 - ]; - }; + inputs = { + nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; + flake-utils.url = "github:numtide/flake-utils"; }; + + outputs = { self, nixpkgs, flake-utils }: + flake-utils.lib.eachDefaultSystem + (system: + let + pkgs = import nixpkgs { + inherit system; + }; + in + with pkgs; { + devShells.default = mkShell { + buildInputs = [ tectonic ]; + }; + } + ); }
M resume.texresume.tex

@@ -106,6 +106,7 @@ \runsubsection{UpCloud}

\descript{SRE Kubernetes Engineer} \location{January 2023-Present | Helsinki, FI} \vspace{\topsep} % Hacky fix for awkward extra vertical space +\vspace{\topsep} % Hacky fix for awkward extra vertical space \begin{tightemize} \item End-to-end observability and logging pipelines \item Internal tooling and in-house Kubernetes operators (Go)