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 4d3c90c commit 0295a28Copy full SHA for 0295a28
nix/cloud/nomadEnvs/cicero/default.nix
@@ -180,6 +180,26 @@
180
perms = "544";
181
data = postBuildHook;
182
}
183
+
184
+ {
185
+ destination = "/local/env";
186
+ data = ''
187
+ CICERO_EVALUATOR_NIX_EXTRA_ARGS=${builtins.toJSON ''
188
189
+ rootDir = let
190
+ nixpkgs = builtins.getFlake "github:NixOS/nixpkgs/93950edf017d6a64479069fbf271aa92b7e44d7f";
191
+ pkgs = nixpkgs.legacyPackages.''
192
+ + "'$'"
193
+ + builtins.toJSON ''
194
+ {system};
195
+ in
196
+ # for transformers
197
+ pkgs.bash;
198
+ }
199
+ ''}
200
+ '';
201
+ env = true;
202
203
];
204
};
205
0 commit comments