feat: figured out leptos networking

This commit is contained in:
Andrew Rioux
2025-01-23 21:11:25 -05:00
parent 8499c0aee9
commit 6e99dc3d70
10 changed files with 427 additions and 67 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
description = "Sparse C2 framework";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
rust-overlay = {
url = "github:oxalica/rust-overlay";