diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-26 13:58:07 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2022-05-26 13:58:07 +0200 |
commit | fc6cf6169868e60c189e4b243330c3717ff159f3 (patch) | |
tree | 3f6dea9c1420e23756257b5abea27ec9ed92d58a /overlays/spm/frontend/.yarnrc.yml | |
parent | 84f2affd66a0ff3947b91a30308cb8e6a8ff7594 (diff) | |
download | nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.gz nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.bz2 nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.tar.xz nixos-fc6cf6169868e60c189e4b243330c3717ff159f3.zip |
...
Diffstat (limited to 'overlays/spm/frontend/.yarnrc.yml')
-rw-r--r-- | overlays/spm/frontend/.yarnrc.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/overlays/spm/frontend/.yarnrc.yml b/overlays/spm/frontend/.yarnrc.yml new file mode 100644 index 00000000..d9bf08d2 --- /dev/null +++ b/overlays/spm/frontend/.yarnrc.yml | |||
@@ -0,0 +1,7 @@ | |||
1 | nodeLinker: node-modules | ||
2 | |||
3 | plugins: | ||
4 | - path: .yarn/plugins/yarn-plugin-nixify.cjs | ||
5 | spec: "https://raw.githubusercontent.com/stephank/yarn-plugin-nixify/main/dist/yarn-plugin-nixify.js" | ||
6 | |||
7 | yarnPath: .yarn/releases/yarn-3.2.1.cjs | ||