Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit cca2585

Browse files
authored
Don't test in production
1 parent bd994da commit cca2585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
buildInputs = [ pkgs.openssl ];
2222

2323
SQLX_OFFLINE = true;
24+
RUSTFLAGS = "--cfg tokio_unstable";
2425

2526
cargoLock.lockFile = ./Cargo.lock;
2627
}

0 commit comments

Comments
 (0)