From 36b34332cc333f375eec45971134e3e3fd7f73e1 Mon Sep 17 00:00:00 2001 From: VSinerva Date: Mon, 9 Jun 2025 02:29:38 +0300 Subject: [PATCH] Update .forgejo/workflows/ci.yaml --- .forgejo/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index ac1d245..b92ed7b 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -5,6 +5,6 @@ jobs: test: runs-on: nixos-latest steps: - - run: nix shell nixpkgs#nodejs-slim + - run: nix --extra-experimental-features nix-command shell nixpkgs#nodejs-slim - uses: https://code.forgejo.org/actions/checkout@v4 - run: cat flake.nix \ No newline at end of file