flake: add a crappy-min-next deploy target

This commit is contained in:
Colin 2024-06-12 06:16:56 +00:00
parent c8e73d3f76
commit 368184e24f

View File

@ -290,6 +290,7 @@
crappy = deployApp "crappy" "" "switch";
crappy-light = deployApp "crappy" "light" "switch";
crappy-min = deployApp "crappy" "min" "switch";
crappy-min-next = deployApp "crappy-next" "min" "switch";
desko = deployApp "desko" "" "switch";
desko-light = deployApp "desko" "light" "switch";
lappy = deployApp "lappy" "" "switch";