diff --git a/flake.nix b/flake.nix index 734fea862..90d81d27a 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = {