diff --git a/.gitea/workflows/build-image.yml b/.gitea/workflows/build-image.yml index 65ab37d..0082180 100644 --- a/.gitea/workflows/build-image.yml +++ b/.gitea/workflows/build-image.yml @@ -15,8 +15,7 @@ jobs: steps: - run: id - run: ls -lah /nix - - name: Install nix - run: bash <(curl -L https://nixos.org/nix/install) --no-daemon + - run: ls -lah /nix/var/nix - name: Checkout repo uses: actions/checkout@v4 - run: ls -lah