@@ -310,7 +310,7 @@ jobs:
310310 name : Link Checker
311311 # https://github.com/lycheeverse/lychee/issues/1405
312312 with :
313- args : --accept '100..=103,200..=299,429' --exclude-loopback README.md './crates/app/README.md' './crates/command/README.md' './docs' './crates/lib/README.md' './crates/wasm-types/README.md' './crates/bin/src/**' './crates/app/src/**' './crates/command/src/**' './crates/lib/src/**' './crates/wasm-types/src/**' './docs/**' --exclude-path './docs/url-templates/index.md' --exclude-path './docs/node_modules' --exclude-path './docs/schema-registry/index.md' --exclude-path './docs/what-is-yozefu/index.md' --exclude 'https://docs.rs'
313+ args : --accept '100..=103,200..=299,429' --exclude-loopback README.md './crates/app/README.md' './crates/command/README.md' './docs' './crates/lib/README.md' './crates/wasm-types/README.md' './crates/bin/src/**' './crates/app/src/**' './crates/command/src/**' './crates/lib/src/**' './crates/wasm-types/src/**' './docs/**' --exclude-path './docs/url-templates/index.md' --exclude-path './docs/node_modules' --exclude-path './docs/schema-registry/index.md' --exclude-path './docs/tls/index.md' --exclude-path './docs/ what-is-yozefu/index.md' --exclude 'https://docs.rs'
314314
315315 # https://docs.github.com/en/actions/use-cases-and-examples/publishing-packages/publishing-docker-images
316316 docker :
@@ -392,29 +392,29 @@ jobs:
392392 - name : Cargo test
393393 run : cargo test --all-features --locked
394394
395- nix :
396- name : Nix
397- needs : check
398- runs-on : ${{ matrix.platforms.os }}
399- continue-on-error : true
400- permissions :
401- contents : read
402- strategy :
403- matrix :
404- platforms :
405- - os : macos-15
406- target : aarch64-apple-darwin
407- - os : macos-15-large
408- target : x86_64-apple-darwin
409- - os : ubuntu-latest
410- target : x86_64-unknown-linux-gnu
411- - os : ubuntu-24.04-arm
412- target : aarch64-unknown-linux-gnu
413- steps :
414- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
415- with :
416- persist-credentials : false
417- - uses : cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
418- with :
419- nix_path : nixpkgs=channel:nixos-unstable
420- - run : nix build
395+ # nix:
396+ # name: Nix
397+ # needs: check
398+ # runs-on: ${{ matrix.platforms.os }}
399+ # continue-on-error: true
400+ # permissions:
401+ # contents: read
402+ # strategy:
403+ # matrix:
404+ # platforms:
405+ # - os: macos-15
406+ # target: aarch64-apple-darwin
407+ # - os: macos-15-large
408+ # target: x86_64-apple-darwin
409+ # - os: ubuntu-latest
410+ # target: x86_64-unknown-linux-gnu
411+ # - os: ubuntu-24.04-arm
412+ # target: aarch64-unknown-linux-gnu
413+ # steps:
414+ # - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
415+ # with:
416+ # persist-credentials: false
417+ # - uses: cachix/install-nix-action@8aa03977d8d733052d78f4e008a241fd1dbf36b3
418+ # with:
419+ # nix_path: nixpkgs=channel:nixos-unstable
420+ # - run: nix build
0 commit comments