From 12b4e2b28957f51e51d45c7a3851e6ecbb02e3f8 Mon Sep 17 00:00:00 2001 From: Youwen Wu Date: Tue, 31 Dec 2024 20:11:48 -0800 Subject: [PATCH] feat: add nixos foundation to cv --- cv.typ | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/cv.typ b/cv.typ index 087aba7..898c36f 100644 --- a/cv.typ +++ b/cv.typ @@ -32,7 +32,7 @@ = Experience #cv-entry( - date: [4/2022 -- 7/2023], + date: [11/2024 --], employer: [UCSB Robotics Lab], title: [Systems programmer], [#linebreak()#text( @@ -45,6 +45,20 @@ )], ) +#cv-entry( + date: [11/2024 --], + employer: [NixOS Foundation], + title: [Package Maintainer], + [#linebreak()#text( + 10pt, + [ + Maintaining core system packages for the NixOS system distribution, an + advanced _purely functional_ GNU/Linux distribution built on the Nix + package manager and Nix programming language. + ], + )], +) + #cv-entry( date: [09/2022 -- 06/2024], employer: [FIRST Robotics Team 1280],