From b8ad2769da7130f3d28bd189fd2ae225d22a9608 Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 19:20:29 +0200 Subject: [PATCH] testing nix action --- .gitea/workflows/web-deploy.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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