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