mirror of
https://github.com/zaphar/kitchen.git
synced 2025-07-22 19:40:14 -04:00
8 lines
259 B
Nix
8 lines
259 B
Nix
{nixpkgs, gitignoreSrc}:
|
|
with nixpkgs;
|
|
rustPlatform.buildRustPackage {
|
|
pname = "kitchen";
|
|
version = "0.1.0";
|
|
src = gitignoreSrc.gitignoreSource ./.;
|
|
cargoSha256 = "sha256-SCTyR2TN6gNRkDeJOPPJQ2vJg9ClkLx0RJuMLpUWYBY=";
|
|
} |