Skip to content

Commit c8b67a4

Browse files
committed
tooling: replace nix-shell with flake
we can now build docker images with nix! yay!
1 parent 4eee1ba commit c8b67a4

8 files changed

+336
-125
lines changed

.envrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
use_nix
1+
use_flake

Cargo.lock

+56-72
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-4
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,7 @@ features = [
8484

8585
[dependencies.utoipa-swagger-ui]
8686
version = "7.1.0"
87-
features = [
88-
"axum",
89-
"reqwest", # required for build.rs so downloads work without curl
90-
]
87+
features = ["axum", "vendored"]
9188

9289
[dependencies.tracing]
9390
version = "0.1"

0 commit comments

Comments
 (0)