Skip to content

Commit

Permalink
tooling: replace nix-shell with flake
Browse files Browse the repository at this point in the history
we can now build docker images with nix! yay!
  • Loading branch information
AlphaKeks committed Jun 27, 2024
1 parent 4eee1ba commit c8b67a4
Show file tree
Hide file tree
Showing 8 changed files with 336 additions and 125 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
use_nix
use_flake
128 changes: 56 additions & 72 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ features = [

[dependencies.utoipa-swagger-ui]
version = "7.1.0"
features = [
"axum",
"reqwest", # required for build.rs so downloads work without curl
]
features = ["axum", "vendored"]

[dependencies.tracing]
version = "0.1"
Expand Down
Loading

0 comments on commit c8b67a4

Please sign in to comment.