From 3da71bbb64678800bb3048f359d433408683b968 Mon Sep 17 00:00:00 2001 From: clan-tool Date: Thu, 4 Sep 2025 10:25:59 +0200 Subject: [PATCH] one step further!!! --- .forgejo/workflows/action.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.forgejo/workflows/action.yml b/.forgejo/workflows/action.yml index 5ec1802..8685695 100644 --- a/.forgejo/workflows/action.yml +++ b/.forgejo/workflows/action.yml @@ -13,14 +13,11 @@ jobs: steps: - name: Install nodejs run: nix-env -iA nixpkgs.nodejs - - - uses: actions/checkout@v4 - # - name: Install deps - # uses: Prince527/install-nix-action@v31 + - uses: actions/checkout@v4 - run: whoami - run: node -v - run: nix --version - - run: nix flake check \ No newline at end of file + - run: nix --extra-experimental-features "nix-command flakes pipe-operator" flake check \ No newline at end of file