Update flake.nix
Some checks failed
Push Workflows / test (push) Successful in 3m20s
Push Workflows / leptos-test (push) Successful in 5m21s
Push Workflows / build (push) Successful in 5m36s
Push Workflows / env (push) Successful in 3s
Push Workflows / docker-build (push) Failing after 58s
Push Workflows / nix-build (push) Failing after 1m1s
Push Workflows / docs (push) Successful in 1m55s

This commit is contained in:
Ethan Girouard 2024-12-19 17:22:44 +00:00
parent cecd131737
commit 8f096b1ebb

View File

@ -6,7 +6,7 @@
rust-overlay.url = "github:oxalica/rust-overlay"; rust-overlay.url = "github:oxalica/rust-overlay";
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
cargo-leptos = { cargo-leptos = {
url = "github:leptos-rs/cargo-leptos?ref=v0.2.21"; url = "github:leptos-rs/cargo-leptos?ref=v0.2.22";
flake = false; flake = false;
}; };
}; };