add nixpkgs-ci pin for CI cross-builds
Separate pin for s390x wheel builds and mermaid image builds, distinct from project-local dev builds (nixpkgs-projects).
This commit is contained in:
@@ -12,9 +12,12 @@
|
|||||||
nixpkgs-mermaid.follows = "nixpkgs";
|
nixpkgs-mermaid.follows = "nixpkgs";
|
||||||
nixpkgs-micron.follows = "nixpkgs";
|
nixpkgs-micron.follows = "nixpkgs";
|
||||||
|
|
||||||
# Project builds (CI + local; follow default unless overridden)
|
# Project builds (local dev; follow default unless overridden)
|
||||||
nixpkgs-projects.follows = "nixpkgs";
|
nixpkgs-projects.follows = "nixpkgs";
|
||||||
|
|
||||||
|
# CI cross-builds (s390x wheels, mermaid images; follow default unless overridden)
|
||||||
|
nixpkgs-ci.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects }: { };
|
outputs = { self, nixpkgs, nixpkgs-armer, nixpkgs-bim, nixpkgs-howard, nixpkgs-mermaid, nixpkgs-micron, nixpkgs-projects, nixpkgs-ci }: { };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user