diff --git a/.forgejo/workflows/build-image.yml b/.forgejo/workflows/build-image.yml index 2cd8015..0bf7888 100644 --- a/.forgejo/workflows/build-image.yml +++ b/.forgejo/workflows/build-image.yml @@ -63,10 +63,9 @@ jobs: id: build run: | nix build .#base \ - --no-link --print-out-paths \ --builders "ssh://$NIXOS_BUILER_USER@$NIXOS_BUILER_HOST x86_64-linux ~/.ssh/id_rsa 1 1 kvm" \ --max-jobs 0 \ - --no-link --print-out-paths \ + --print-out-paths \ | cachix push plasmagoat echo "image=$(ls result/*.vma.zst | head -n 1)" >> $GITHUB_OUTPUT