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 bf5021b commit 63b60e4Copy full SHA for 63b60e4
1 file changed
abxpkg/binprovider_nix.py
@@ -238,6 +238,8 @@ def default_install_handler(
238
proc = self.exec(
239
bin_name=installer_bin,
240
cmd=[
241
+ "--access-tokens",
242
+ "",
243
"profile",
244
"add",
245
"--extra-experimental-features",
@@ -291,6 +293,8 @@ def default_update_handler(
291
293
292
294
295
296
297
298
299
"upgrade",
300
@@ -344,6 +348,8 @@ def default_uninstall_handler(
344
348
345
349
346
350
351
352
347
353
354
"remove",
355
0 commit comments