flake: fix deploy script map

This commit is contained in:
Colin 2023-11-19 02:41:00 +00:00
parent 1f8886684f
commit 3d94d02960
1 changed files with 1 additions and 1 deletions

View File

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