diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-17 21:37:45 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-17 21:37:45 +0200 |
commit | 221c8254a5bd617dc1c6de352e1ed5236e961ee0 (patch) | |
tree | 46db45a8f77f02707defbdef225858917dd6a0a9 /data/recipes/default.ts | |
parent | 356e6976f10973ec5e1678534c9d8d9742033bee (diff) | |
download | hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar.bz2 hurrycurry-221c8254a5bd617dc1c6de352e1ed5236e961ee0.tar.zst |
add debug map and curry recipe
Diffstat (limited to 'data/recipes/default.ts')
-rw-r--r-- | data/recipes/default.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/recipes/default.ts b/data/recipes/default.ts index 662b6817..446a1e19 100644 --- a/data/recipes/default.ts +++ b/data/recipes/default.ts @@ -227,6 +227,10 @@ edible( sink_fill(GL) ) + +const curry_with_rice = combine(PL, cook(rice.tr(POT)), cook(combine(POT, milk, tomato, leek))).as("curry-with-rice") +edible(curry_with_rice) + auto_trash() finish() |