when: - event: pull_request steps: - name: "Run cargo check" image: nixos/nix commands: - echo 'experimental-features = flakes nix-command' >> /etc/nix/nix.conf - nix dev --store unix:///mnt/nix/var/nix/daemon-socket/socket?root=/mnt - cargo check --workspace --all-targets volumes: - /nix:/mnt/nix:ro