Skip to content

Commit

Permalink
fix: supported os
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirvolek committed Jan 10, 2024
1 parent 3419805 commit 89ca178
Show file tree
Hide file tree
Showing 6 changed files with 8 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 @@ -7,6 +7,7 @@
"from",
"HEALTHCHECK",
"keyhash",
"libc",
"tailwindcss",
"to",
"txids",
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
enableGlobalCache: false

nodeLinker: node-modules
Expand Down
3 changes: 3 additions & 0 deletions yarn-project.nix
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ cacheEntries = {
"@pkgr/utils@npm:2.4.2" = { filename = "@pkgr-utils-npm-2.4.2-5333ff17f3-f0b0b305a8.zip"; sha512 = "f0b0b305a83bd65fac5637d28ad3e33f19194043e03ceef6b4e13d260bfa2678b73df76dc56ed906469ffe0494d4bd214e6b92ca80684f38547982edf982dd15"; };
"@rollup/rollup-darwin-arm64@npm:4.6.1" = { filename = "@rollup-rollup-darwin-arm64-npm-4.6.1-4e41987212-567a97e627.zip"; sha512 = "567a97e627a442e170648f7062f2b934d5379115c4270fe8bdc0334c9b068a29d9fee6c6e9632397a796fea7fa02c0e319e3ee2601e9a964af409835109fafb2"; };
"@rollup/rollup-darwin-x64@npm:4.6.1" = { filename = "@rollup-rollup-darwin-x64-npm-4.6.1-73992302c1-10.zip"; sha512 = "5fc9593c2a65f3287dde31b9d3398600e87d741a9cf6a63489de43c49aeee24f17657ca33686453d9b38a286413aaa4ed04c83bc123398c1c3e8b1e7eaa6ba8f"; };
"@rollup/rollup-linux-arm64-gnu@npm:4.6.1" = { filename = "@rollup-rollup-linux-arm64-gnu-npm-4.6.1-1f6c675d43-10.zip"; sha512 = "3d395d52fb0094da1d20cf0b439ebef5ae67e42dbd90b8f32506ce5ae7dd2a3f64ce52e582497ad2a3d45bf373624804ae2d50054a87aefe0366d5d04ab28a2d"; };
"@rollup/rollup-linux-arm64-musl@npm:4.6.1" = { filename = "@rollup-rollup-linux-arm64-musl-npm-4.6.1-6dfb17274d-10.zip"; sha512 = "ff2de09caff1a9843ed00b92646f54256abb00b506b9bcb3d11bb3a70f9fceb4215bb0fe179ab15d60be0ed5dd17322263e12855691c7b45708da306e428b2ac"; };
"@rollup/rollup-linux-x64-gnu@npm:4.6.1" = { filename = "@rollup-rollup-linux-x64-gnu-npm-4.6.1-dd3309cd92-b92ddb5dbf.zip"; sha512 = "b92ddb5dbfe324cf70684d977410c579e499aef6676ba80ce77796d205a6743ad81180807bc187eaf0dd375b708d713be64b1802a3c29938850124f21bf73fcf"; };
"@rollup/rollup-linux-x64-musl@npm:4.6.1" = { filename = "@rollup-rollup-linux-x64-musl-npm-4.6.1-cfcfeca557-10.zip"; sha512 = "c701e72df7c51b596db64e1fc1e6abac9ed288cae28b8c675165fbac53d7f0db485a79d8d7fe5c258a24fe49656d84003cb19890bed77a0963bd33a4fd2436bf"; };
"@sentry-internal/tracing@npm:7.85.0" = { filename = "@sentry-internal-tracing-npm-7.85.0-5948528657-5ecb879c9a.zip"; sha512 = "5ecb879c9aac02d660674d71c8cee687a57b5f5351c04b2663656ae61b2432dd060f05f30f347e8d35bbd4fea1b9c37b86522a83673f0683cead735c71a4bc74"; };
"@sentry/core@npm:7.85.0" = { filename = "@sentry-core-npm-7.85.0-950bc8d5f9-2292f4deec.zip"; sha512 = "2292f4deec0e15dcbb91db5dfa590e77c20bba3246a0cd24094aa85e84e0802d3f0ff276222339fc65010378059fb51ad5d514eb8a4b8076cbf8245a99bef360"; };
"@sentry/integrations@npm:7.85.0" = { filename = "@sentry-integrations-npm-7.85.0-1c2e528e25-ab6d16e6fe.zip"; sha512 = "ab6d16e6fe5ec3aee569cd8432137884818a364ff35aa63ee14ea839a8b71a0b8561e2c9e6a9dbcebf2f55adfd38964eb90eddb15f6484197100685ee2b330c8"; };
Expand Down

0 comments on commit 89ca178

Please sign in to comment.