flake: fix deploy script map

This commit is contained in:
2023-11-19 02:41:00 +00:00
parent 1f8886684f
commit 3d94d02960

View File

@@ -357,7 +357,7 @@
program = "${pkgs.feeds.init-feed}"; program = "${pkgs.feeds.init-feed}";
}; };
deploy = mapAttrValues (host: { deploy = pkgs.lib.mapAttrs (host: _: {
type = "app"; type = "app";
program = ''${deployScript host host "switch"}''; program = ''${deployScript host host "switch"}'';
test = { test = {