We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de086f commit 60eb00fCopy full SHA for 60eb00f
.yarn/install-state.gz
252 KB
.yarnrc.yml
@@ -0,0 +1 @@
1
+nodeLinker: node-modules
flake.nix
@@ -13,7 +13,7 @@
13
{
14
devShells = forEachSupportedSystem ({ pkgs }: {
15
default = pkgs.mkShell {
16
- packages = (with pkgs.elmPackages; [ elm ]) ++ (with pkgs; [ elm2nix ]);
+ packages = (with pkgs.elmPackages; [ elm ]) ++ (with pkgs; [ elm2nix yarn-berry ]);
17
};
18
});
19
0 commit comments