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 41be2b4 commit 583a5c9Copy full SHA for 583a5c9
template/Tiltfile
@@ -5,7 +5,7 @@ registry = settings.get('default_registry', 'oci.stackable.tech/sandbox')
5
# Configure default registry either read from config file above, or with default value of "oci.stackable.tech/sandbox"
6
default_registry(registry)
7
8
-# Configure which builder to use from config file, defaults to 'crate2nix'
+# Configure which builder to use from config file, defaults to 'nix'
9
builder = settings.get('builder', 'crate2nix')
10
11
meta = read_json('nix/meta.json')
0 commit comments