From 67120b82115ed387a0563b348b65d29ff3ae2bc8 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Mon, 24 Mar 2025 13:04:12 +0100 Subject: [PATCH] fix: correct NIX CI workflow step configuration - Rename and rearrange the step in the NIX CI workflow. - Ensure proper execution of the `nix run` command for builds. --- .forgejo/workflows/nix.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/nix.yaml b/.forgejo/workflows/nix.yaml index 0b31ba7..306c8a2 100644 --- a/.forgejo/workflows/nix.yaml +++ b/.forgejo/workflows/nix.yaml @@ -3,6 +3,6 @@ jobs: build: runs-on: nix steps: - - name: NIX CI - uses: actions/checkout@v3 + - name: NIX CI - run: nix run nixpkgs#nixci -- build