Skip to content

Commit 60eb00f

Browse files
committed
yarn
1 parent 5de086f commit 60eb00f

File tree

4 files changed

+2994
-1659
lines changed

4 files changed

+2994
-1659
lines changed

.yarn/install-state.gz

252 KB
Binary file not shown.

.yarnrc.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nodeLinker: node-modules

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
devShells = forEachSupportedSystem ({ pkgs }: {
1515
default = pkgs.mkShell {
16-
packages = (with pkgs.elmPackages; [ elm ]) ++ (with pkgs; [ elm2nix ]);
16+
packages = (with pkgs.elmPackages; [ elm ]) ++ (with pkgs; [ elm2nix yarn-berry ]);
1717
};
1818
});
1919
};

0 commit comments

Comments
 (0)