Skip to content

Commit 5840cdd

Browse files
authored
refactor: allow unpopular downloads via aube_args (#26)
1 parent 131c71d commit 5840cdd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

mise.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ gitleaks = "latest"
55
lefthook = "latest"
66
lua-language-server = "3"
77
neovim = "latest"
8-
"npm:@kitlangton/stack" = "latest"
8+
# @kitlangton/stack@0.2.0 is a low-traffic direct mise tool with npm trusted-publisher provenance.
9+
"npm:@kitlangton/stack" = { version = "latest", aube_args = "--allow-low-downloads" }
910
taplo = "latest"
1011
stylua = "2"
1112
aube = "latest"
@@ -20,8 +21,6 @@ npm.package_manager = "aube"
2021
[env]
2122
OPENSPEC_TELEMETRY = 0
2223
DO_NOT_TRACK = 1
23-
# @kitlangton/stack@0.2.0 is a low-traffic direct mise tool with npm trusted-publisher provenance.
24-
AUBE_ALLOWED_UNPOPULAR_PACKAGES = "@kitlangton/stack"
2524
# Exact Effect beta exceptions needed by mise's aube-backed npm tool installs.
2625
AUBE_TRUST_POLICY_EXCLUDE = "@effect/platform-node@4.0.0-beta.64,@effect/platform-node-shared@4.0.0-beta.83,effect@4.0.0-beta.64,effect@4.0.0-beta.83"
2726

0 commit comments

Comments
 (0)