nixwebr.ing/server/default.nix
jacekpoz 001e274186
All checks were successful
Deploy website / deploy (push) Successful in 12s
move webring data to webring.nix
2024-09-13 21:38:59 +02:00

9 lines
194 B
Nix

{rustPlatform, ...}:
rustPlatform.buildRustPackage {
pname = "nix-webring-server";
version = "0.1.0";
src = ./.;
cargoHash = "sha256-v96+UzVjj44DOs4nFUR6+qyqI+0JwyQK+/5z/bi1J1o=";
}