From 07c3e3b009d53379d6f04c583bb9430c89a0c25f Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Mon, 23 Dec 2024 14:38:51 +0530 Subject: [PATCH 1/2] event: services-flake online meetup --- en/event/services-flake.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 en/event/services-flake.md diff --git a/en/event/services-flake.md b/en/event/services-flake.md new file mode 100644 index 00000000..ecb56250 --- /dev/null +++ b/en/event/services-flake.md @@ -0,0 +1,25 @@ +--- +date: 2023-03-05 +author: shivaraj-bh +--- + +# services-flake: Services simplified for Dev/CI workflows + +:::{.center} +| When | Where | +| ----------------------------------------------------- | ------------------------------------------------- | +| Saturday, Jan 4, 2025 at 5 PM IST | Online meetup (Link to be shared soon) | +::: + +[Shivaraj B H][shivaraj-bh] will demonstrate using [[services-flake]] to declaratively manage service dependencies (for example, databases) of your project in the [[nix|Nix]] development environment and re-use the same configuration for testing in your CI workflow. This talk builds upon [my lightning talk from NixCon 2024][nixcon-talk], diving deeper into the topic with additional insights. + +The talk serves as a video demonstration of the **Part-4** in the [[nixify-haskell]] series. + +RSVP links: + +- Link to be shared soon + +[shivaraj-bh]: https://x.com/shivaraj_bh_ + +[nixcon-talk]: https://talks.nixcon.org/nixcon-2024/talk/review/UTZQ8YZHKSMTUPRSC83TKALDUYNL9BCX + From c25d5b7809b25692aa0286e923fe6f45c56aeeee Mon Sep 17 00:00:00 2001 From: shivaraj-bh Date: Mon, 23 Dec 2024 14:53:25 +0530 Subject: [PATCH 2/2] rename --- en/event/{services-flake.md => services-flake-meetup.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename en/event/{services-flake.md => services-flake-meetup.md} (98%) diff --git a/en/event/services-flake.md b/en/event/services-flake-meetup.md similarity index 98% rename from en/event/services-flake.md rename to en/event/services-flake-meetup.md index ecb56250..049abfe3 100644 --- a/en/event/services-flake.md +++ b/en/event/services-flake-meetup.md @@ -1,5 +1,5 @@ --- -date: 2023-03-05 +date: 2025-01-04 author: shivaraj-bh ---