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.
2 parents 7e1c512 + 4431d79 commit 45ea96fCopy full SHA for 45ea96f
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 = {
@@ -155,7 +153,7 @@
155
153
'';
156
154
157
job = {
158
- job.ciceroHandbook = {
+ ciceroHandbook = {
159
namespace = "cicero";
160
datacenters = [
161
"dc1"
0 commit comments