Skip to content

Commit

Permalink
fix: yarn supported archs
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Jan 10, 2024
1 parent 87c82df commit 988e9d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"esbuild",
"fastify",
"hardfork",
"libc",
"milkomeda",
"mirs",
"mydomain",
Expand Down
4 changes: 4 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ supportedArchitectures:
- current
- x64
- arm64
libc:
- current
- glibc
- musl
plugins:
- path: .yarn/plugins/yarn-plugin-nixify.cjs
spec: "https://raw.githubusercontent.com/stephank/yarn-plugin-nixify/main/dist/yarn-plugin-nixify.js"
Expand Down

0 comments on commit 988e9d0

Please sign in to comment.