From 28c377621f451e9f034e8bd18a58d33df4832644 Mon Sep 17 00:00:00 2001 From: ahoneybun Date: Thu, 11 Dec 2025 09:51:04 -0700 Subject: [PATCH] Update .gitea/workflows/ci.yml --- .gitea/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index dee4408..9861cbb 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,4 +19,7 @@ jobs: apt install -y nodejs - name: Install Determitate Nix - uses: https://github.com/DeterminateSystems/nix-installer-action@main \ No newline at end of file + uses: https://github.com/DeterminateSystems/nix-installer-action@main + + - name: Confirm Nix + run: determinate-nixd version \ No newline at end of file