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 c2944b0 commit 4431d79Copy full SHA for 4431d79
nix/cloud/actions.nix
@@ -113,9 +113,7 @@
113
push = "Push to repo";
114
};
115
116
- handbook = (
117
- builtins.getFlake "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}"
118
- ).packages.${inputs.nixpkgs.system}.handbook-entrypoint;
+ handbook = "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}#handbook-entrypoint";
119
in {
120
io = ''
121
let cfg = {
0 commit comments