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 6f9d401 commit 87c82df
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
nodeLinker: node-modules
supportedArchitectures:
os:
- current
- darwin
- linux
cpu:
- current
- x64
- arm64
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 87c82df

Please sign in to comment.