Skip to content

Commit

Permalink
flake.nix now contains 100% less build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
brndel committed Nov 14, 2023
1 parent 02f8488 commit 786baa4
Show file tree
Hide file tree
Showing 5 changed files with 374 additions and 53 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/old-data
*.sqlite
*.meta.toml
tink.toml
tink.toml
result
20 changes: 10 additions & 10 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ leptos = "0.5.2"
leptos_router = "0.5.2"
leptos_meta = "0.5.2"
leptos-use = "0.8.1"
wasm-bindgen = "0.2.87"
wasm-bindgen = "0.2.88"

# Server only
actix-web = { version = "4.4.0", optional = true }
Expand Down Expand Up @@ -75,4 +75,4 @@ bin-default-features = false

lib-features = ["hydrate"]
lib-default-features = false
lib-profile-release = "wasm-release"
#lib-profile-release = "release-wasm-size"
274 changes: 274 additions & 0 deletions flake.lock

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

Loading

0 comments on commit 786baa4

Please sign in to comment.