nixwebr.ing/server/default.nix
2024-09-13 20:08:41 +02:00

9 lines
194 B
Nix

{rustPlatform, ...}:
rustPlatform.buildRustPackage {
pname = "nix-webring-server";
version = "0.1.0";
src = ./.;
cargoHash = "sha256-O+rhWIjIBQdemTsFc1TV/lpKZpGE/IL7uPs3TP8KVu0=";
}