Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
at main 339 B view raw
1{ 2 rustPlatform, 3 glibc, 4}: 5rustPlatform.buildRustPackage { 6 name = "wisp-cli"; 7 src = ./.; 8 cargoLock = { 9 lockFile = ./Cargo.lock; 10 outputHashes = { 11 "jacquard-0.9.5" = "sha256-75bas4VAYFcZAcBspSqS4vlJe8nmFn9ncTgeoT/OvnA="; 12 }; 13 }; 14 buildInputs = [glibc.static]; 15 RUSTFLAGS = ["-C" "target-feature=+crt-static"]; 16}