Explain sharp deps and use them in the dev shell
The sharp dependencies are *also* required in the dev shell when upstream pulls their prebuilt binaries.
This commit is contained in:
parent
ab21df54cf
commit
75e60a40d4
2 changed files with 9 additions and 3 deletions
|
|
@ -42,7 +42,8 @@
|
|||
|
||||
devShell = prev.mkShell {
|
||||
buildInputs = with prev;
|
||||
with nodePackages; [
|
||||
with nodePackages;
|
||||
[
|
||||
nodejs
|
||||
node2nix
|
||||
|
||||
|
|
@ -50,7 +51,7 @@
|
|||
prettier
|
||||
typescript
|
||||
typescript-language-server
|
||||
];
|
||||
] ++ packages.nodeEnv.shell.buildInputs;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue