Use minimal nix flake for nix-wasm build.

This avoids bringing in lots of compiled packages for host arch.
This commit is contained in:
John MacFarlane
2026-02-06 12:35:08 +01:00
parent 9785f324da
commit 043b66eb1b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -183,7 +183,7 @@ jobs:
dist-newstyle
key: ${{ runner.os }}-nix-cabal-local-${{ secrets.CACHE_VERSION }}
- run: |
nix develop --command bash -c "make pandoc.wasm"
nix develop --command bash -c "ln -sf flake.minimal.nix flake.nix && make pandoc.wasm"
windows:
+1 -1
View File
@@ -122,7 +122,7 @@ jobs:
key: ${{ runner.os }}-nix-cabal-local-${{ secrets.CACHE_VERSION }}
- name: Build pandoc.wasm
run: |
nix develop --command bash -c "make pandoc.wasm"
nix develop --command bash -c "ln -sf flake.minimal.nix flake.nix && make pandoc.wasm"
- name: Upload artifact
uses: actions/upload-artifact@v6
with:
+1 -1
View File
@@ -146,7 +146,7 @@ jobs:
key: ${{ runner.os }}-nix-cabal-local-${{ secrets.CACHE_VERSION }}
- name: Build pandoc.wasm
run: |
nix develop --command bash -c "make pandoc.wasm"
nix develop --command bash -c "ln -sf flake.minimal.nix flake.nix && make pandoc.wasm"
- name: Upload artifact
uses: actions/upload-artifact@v6
with: