Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cf7945abb6 | |||
| 74b6ff2ace | |||
| d109410617 | |||
| 5861e91298 |
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"version": 1,
|
||||
"sourceRepo": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos",
|
||||
"sourceCommit": "e25eee6ce4f13702b2454a9354bc79a29eb2e4a1",
|
||||
"sourceCommit": "7fd5e15105cef21d2b1c3da860c53c5033f66256",
|
||||
"sourcePath": "quixos-instance/quixos-nix-helpers",
|
||||
"exportName": "quixos-nix-helpers",
|
||||
"mirrorRemote": "https://gitea-external.egads.tutti.syntaxblitz.net/quixos/quixos-nix-helpers.git"
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
# The caller has compiled this package and its exact recursive candidate graph.
|
||||
# No credentials, mutable references, or workspace-wide unrelated schema enter
|
||||
# the package derivation. Ordinary #server builds are not promotion evidence.
|
||||
{ source, schema, generator, packageRevisionId, system ? builtins.currentSystem }:
|
||||
let
|
||||
package = builtins.getFlake ("path:" + source);
|
||||
checked = package.quixosPackages.${system}.checkedServer or
|
||||
(throw "Package ${packageRevisionId} lacks checkedServer. Upgrade its Nix helper and adopt generated implementation bindings before cutover.");
|
||||
in checked {
|
||||
inherit packageRevisionId;
|
||||
schema = builtins.path { path = /. + schema; name = "candidate-package-bindings.json"; };
|
||||
generator = builtins.storePath generator;
|
||||
}
|
||||
Reference in New Issue
Block a user