Update
This commit is contained in:
parent
4128d8b9cd
commit
37782b8f48
@ -23,10 +23,11 @@
|
||||
in
|
||||
(type == "regular") && (builtins.elem bname names);
|
||||
|
||||
npSrc = pkgs.lib.cleanSourceWith {
|
||||
mkNpSrc = src:
|
||||
pkgs.lib.cleanSourceWith {
|
||||
inherit src;
|
||||
filter = name: type:
|
||||
(type == "directory") || (naiveFilter ["package.json" "yarn.lock"] name type);
|
||||
src = ./.;
|
||||
};
|
||||
mimeTypes = pkgs.concatTextFile {
|
||||
name = "mime.types";
|
||||
|
Loading…
Reference in New Issue
Block a user