Remove Nix flake CI

It takes long and it shouldn't break unless we raise the MSRV (for which there already is a CI check)
This commit is contained in:
Laurenz 2023-09-11 19:21:33 +02:00
parent 2dc000daeb
commit fa29c66a11

View File

@ -35,15 +35,3 @@ jobs:
- uses: dtolnay/rust-toolchain@1.70.0
- uses: Swatinem/rust-cache@v2
- run: cargo check --workspace
nix-flake:
name: Test Nix Flake
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v2
- run: nix flake check
- run: nix build
- run: nix shell -c typst --version
- run: nix run . -- --version