From b88ca9e36f85c540630ce20bb6bc10190f5dde2a Mon Sep 17 00:00:00 2001
From: Savanni D'Gerinel <savanni@luminescent-dreams.com>
Date: Fri, 28 Mar 2025 00:04:29 -0400
Subject: [PATCH] Try enabling the nix-command feature

---
 .gitea/workflows/actions.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitea/workflows/actions.yaml b/.gitea/workflows/actions.yaml
index 6756cb0..8d3ec9e 100644
--- a/.gitea/workflows/actions.yaml
+++ b/.gitea/workflows/actions.yaml
@@ -27,7 +27,7 @@ jobs:
       - name: Where am I?
         run: pwd
       - name: Build the apps
-        run: /run/current-system/sw/bin/nix build .#all
+        run: /run/current-system/sw/bin/nix --extra-experimental-features nix-command build .#all
       - name: Check the end of the build
         run: ls ${{ gitea.workspace }}/result/bin