Open pasqui23 opened 4 years ago
In my workflow I develop,do some yarn add and then do a nix build. This way,however,the dependencies are downloaded twice:first by yarn add and then by the nix build.Isn't there a way to let the nix build access node_modules/?
yarn add
nix build
node_modules/
In my workflow I develop,do some
yarn add
and then do anix build
. This way,however,the dependencies are downloaded twice:first byyarn add
and then by the nix build.Isn't there a way to let thenix build
accessnode_modules/
?