examples(nodejs): allow prettier-devshell derivation to be built

This commit is contained in:
DavHau 2023-07-08 14:25:07 +02:00
parent 99373e2956
commit a380add69e

View File

@ -16,6 +16,8 @@ in {
rev = "2.8.7-package-lock";
sha256 = "sha256-zo+WRV3VHja8/noC+iPydtbte93s5GGc3cYaQgNhlEY=";
};
# allow devshell to be built -> CI pipeline happy
buildPhase = "mkdir $out";
};
deps = {nixpkgs, ...}: {