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