use yarn with an older nodejs version in devShell

This commit is contained in:
778a69cd 2023-04-04 23:53:52 +02:00
parent 2f7b1898de
commit 70c38863a9

View file

@ -16,6 +16,9 @@
elixir
cmake
imagemagick
(yarn.override {
nodejs = pkgs.nodejs-16_x;
})
];
};