Some checks failed
Rust / build (push) Failing after 22s

This commit is contained in:
Raphael 2026-03-15 17:12:03 +01:00
parent 3e88188f71
commit 0687c1efc3
No known key found for this signature in database
2 changed files with 8 additions and 7 deletions

View file

@ -14,10 +14,11 @@ jobs:
runs-on: ubuntu-latest
container:
image: rust:latest
image: nixos/nix:latest
steps:
- uses: actions/checkout@v4
- name: build
run: nix develop --extra-experimental-features 'nix-command flakes'
- name: Install sqlx-cli
run: cargo install sqlx-cli --no-default-features --features postgres
- name: Prepare

View file

@ -57,13 +57,13 @@
with pkgs;
[
tmux-setup
act
docker
rustToolchain
cargo-watch
cargo-edit
cargo-audit
act
cargo
cargo-audit
cargo-edit
cargo-watch
docker
openssl
]
++ lib.optionals stdenv.isDarwin [