We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3571d1 commit 44c749fCopy full SHA for 44c749f
nix/cloud/actions.nix
@@ -113,7 +113,9 @@
113
push = "Push to repo";
114
};
115
116
- handbook = builtins.getFlake "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}#handbook-entrypoint";
+ handbook = (
117
+ builtins.getFlake "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}"
118
+ ).packages.${inputs.nixpkgs.system}.handbook-entrypoint;
119
in {
120
io = ''
121
let cfg = {
0 commit comments