Skip to content

Commit

Permalink
update cargo, flake, disable cargo-leptos
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhhh committed Nov 18, 2023
1 parent 9d9c0c4 commit c7312d7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
12 changes: 8 additions & 4 deletions Cargo.lock

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

12 changes: 6 additions & 6 deletions flake.lock

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

8 changes: 6 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
native_build_inputs = with pkgs; [
# Leptos
binaryen
cargo-leptos
# cargo-leptos (broken right now)
openssl

# Rust
Expand All @@ -56,7 +56,11 @@
packages = code // {
all = pkgs.symlinkJoin {
name = "all";
paths = with code; [ native server web ];
paths = with code; [
native
server
# web (waiting for cargo-leptos)
];
};

default = packages.all;
Expand Down

0 comments on commit c7312d7

Please sign in to comment.