flake: nit: rename deploy-moby-switch -> deploy-moby

This commit is contained in:
Colin 2023-04-15 06:56:24 +00:00
parent bae0e3df76
commit 348bd0f177

View File

@ -262,7 +262,7 @@
type = "app";
program = ''${deployScript "test"}'';
};
deploy-moby-switch = {
deploy-moby = {
# `nix run '.#deploy-moby-switch'`
type = "app";
program = ''${deployScript "switch"}'';