Skip to content

Commit 4431d79

Browse files
committed
Change handbook to flake string.
1 parent c2944b0 commit 4431d79

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nix/cloud/actions.nix

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

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

0 commit comments

Comments
 (0)