From 9cfb4bc164f5a7c6e844c7e86facf1fc1bbbcd2e Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Wed, 31 Jul 2024 12:51:19 +0100 Subject: [PATCH] 2024-07-31/01: add mention to nix-configs repo --- 2024-07-31/01-generating-yaml-files-with-nix.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/2024-07-31/01-generating-yaml-files-with-nix.md b/2024-07-31/01-generating-yaml-files-with-nix.md index 1534540..b8cad25 100644 --- a/2024-07-31/01-generating-yaml-files-with-nix.md +++ b/2024-07-31/01-generating-yaml-files-with-nix.md @@ -295,3 +295,10 @@ error: builder for '/nix/store/j8wr6j1pvyf986sf74hqw8k31lvlzac5-toYAML.drv' fail Yes, the output of `action-validator` is awfully verbose, but it is still better than making ["8 commits/push in one hour"](https://x.com/eric_sink/status/1430954572848287744). + +If you are interested in how a more advantage usage of this technique is, +including usage of functions and constants to share common steps between +different actions, please take a look at the +[actions](https://github.com/thiagokokada/nix-configs/tree/master/actions) +([permalink](https://github.com/thiagokokada/nix-configs/tree/fbbc8f935cc7f774f691196e1612bbf7dd2054b5/actions)) +in my `nix-config` repository.