From 863a07e10e8a06b50286c5ee53376c56f25e7d88 Mon Sep 17 00:00:00 2001 From: Dhananjay Balan Date: Sun, 7 Jan 2024 20:53:18 +0100 Subject: [PATCH] Use flakes --- .builds/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.builds/build.yml b/.builds/build.yml index e83aff3..a51ee64 100644 --- a/.builds/build.yml +++ b/.builds/build.yml @@ -4,7 +4,8 @@ sources: tasks: - build: | cd blogng - nix build + nix --extra-experimental-features nix-command --extra-experimental-features flakes build + triggers: - action: email condition: failure