We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d668fb8 + 75188e9 commit bad0ecfCopy full SHA for bad0ecf
pkgs/by-name/fr/frigate/web.nix
@@ -1,5 +1,6 @@
1
{
2
buildNpmPackage,
3
+ frigate,
4
src,
5
version,
6
}:
@@ -28,7 +29,11 @@ buildNpmPackage {
28
29
30
npmDepsHash = "sha256-PLs3oCWQjK38eHgdQt2Qkj7YqkfanC8JnLMpzMjNfxU=";
31
32
+ env.NODE_OPTIONS = "--no-experimental-require-module";
33
+
34
installPhase = ''
35
cp -rv dist/ $out
36
'';
37
38
+ inherit (frigate) meta;
39
}
0 commit comments