Skip to content

Commit 44c749f

Browse files
committed
Update getFlake with more explicit code.
1 parent b3571d1 commit 44c749f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

nix/cloud/actions.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
push = "Push to repo";
114114
};
115115

116-
handbook = builtins.getFlake "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}#handbook-entrypoint";
116+
handbook = (
117+
builtins.getFlake "github:input-output-hk/cicero/${config.run.facts.${factNames.ci}.value.revision}"
118+
).packages.${inputs.nixpkgs.system}.handbook-entrypoint;
117119
in {
118120
io = ''
119121
let cfg = {

0 commit comments

Comments
 (0)