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