We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f803f commit 0607737Copy full SHA for 0607737
pkgs/by-name/li/lips/package.nix
@@ -3,6 +3,7 @@
3
buildNpmPackage,
4
fetchFromGitHub,
5
versionCheckHook,
6
+ nix-update-script,
7
}:
8
9
buildNpmPackage rec {
@@ -26,6 +27,10 @@ buildNpmPackage rec {
26
27
versionCheckHook
28
];
29
30
+ passthru = {
31
+ updateScript = nix-update-script { };
32
+ };
33
+
34
meta = {
35
description = "Powerful Scheme based Lisp in JavaScript";
36
homepage = "https://lips.js.org";
0 commit comments