flake: fix deploy script map
This commit is contained in:
@@ -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 = {
|
||||||
|
Reference in New Issue
Block a user