diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index 43e83ce..98020f2 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -9,12 +9,4 @@ jobs: image: node:lts steps: - uses: actions/checkout@v4 - - name: Install Nix - run: | - curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install > installer.sh - chmod +x installer.sh - ./installer.sh --daemon --yes - - name: nixing - run: | - nix-daemon - bash -c nix-shell -p nix-info --run "nix-info -m" \ No newline at end of file + - uses: actions/install-nix \ No newline at end of file