From 6860a82c053ed4f3f57a920ce7ce6ad63230e512 Mon Sep 17 00:00:00 2001 From: Jade Lovelace Date: Tue, 5 Sep 2023 16:02:42 +0200 Subject: [PATCH] yeet some slides --- content/posts/nixcon2023/slides/index.html | 337 ++++++++++++++++++++- content/posts/nixcon2023/slides/styles.css | 2 +- 2 files changed, 331 insertions(+), 8 deletions(-) diff --git a/content/posts/nixcon2023/slides/index.html b/content/posts/nixcon2023/slides/index.html index 03cfb0e..091b6bf 100644 --- a/content/posts/nixcon2023/slides/index.html +++ b/content/posts/nixcon2023/slides/index.html @@ -31,13 +31,336 @@ -
-
-
-

Finding things in nixpkgs and NixOS source

-
-
-
+
+
+
+

Finding things in nixpkgs and NixOS source

+ +
+

+ Jade Lovelace <jade at jade dot fyi> +

+

+ Get the slides at https://jade.fyi/nixcon2023/slides +

+
+ + +
+
+ +
+
+ +
+ +
+
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ + +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+ +Then add `opts-tags` to ctags search path (`:set tags+=opts-tags` in vim). +
+ +
+
+ +
+
+ +
+
+ + diff --git a/content/posts/nixcon2023/slides/styles.css b/content/posts/nixcon2023/slides/styles.css index cf49b90..27f7f29 100644 --- a/content/posts/nixcon2023/slides/styles.css +++ b/content/posts/nixcon2023/slides/styles.css @@ -37,7 +37,7 @@ fnref { @media screen { .meta { padding: 0.1em 0.5em; - background-color: #3c004d; + background-color: #540362; } }