flake: cachix-deploy-spec: only deploy darwin03
This commit is contained in:
parent
a2f560d6f9
commit
4025174b9e
1 changed files with 4 additions and 2 deletions
|
@ -76,8 +76,10 @@
|
||||||
|
|
||||||
packages = pkgs.lib.optionalAttrs defaultPlatform {
|
packages = pkgs.lib.optionalAttrs defaultPlatform {
|
||||||
cachix-deploy-spec = pkgs.writeText "cachix-deploy.json" (builtins.toJSON {
|
cachix-deploy-spec = pkgs.writeText "cachix-deploy.json" (builtins.toJSON {
|
||||||
agents =
|
agents = {
|
||||||
pkgs.lib.mapAttrs (_: darwin: builtins.unsafeDiscardStringContext darwin.config.system.build.toplevel) self.darwinConfigurations;
|
# hercules-ci-agent IFD breaks darwin02
|
||||||
|
darwin03 = builtins.unsafeDiscardStringContext self.darwinConfigurations.darwin03.config.system.build.toplevel;
|
||||||
|
};
|
||||||
});
|
});
|
||||||
pages = pkgs.runCommand "pages"
|
pages = pkgs.runCommand "pages"
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue