From 05b3bdd67bbe17b449841502e20eb742d7058b4f Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 17:55:39 +0200 Subject: [PATCH] Attempt to nix shell --- .gitea/workflows/web-deploy.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index a19c430..8dee0cc 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -9,12 +9,10 @@ jobs: image: node:lts steps: - uses: actions/checkout@v4 - - name: echo in image - run: echo "Hello Workflow world!" - - name: List current folder - run: ls -la - 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-shell -p nix-info --run "nix-info -m" \ No newline at end of file