mirror of
https://github.com/nix-community/dream2nix.git
synced 2024-11-26 22:31:39 +03:00
examples(nodejs): allow prettier-devshell derivation to be built
This commit is contained in:
parent
99373e2956
commit
a380add69e
@ -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, ...}: {
|
||||
|
Loading…
Reference in New Issue
Block a user