Skip to content

Commit 0607737

Browse files
lips: update script
1 parent e6f803f commit 0607737

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pkgs/by-name/li/lips/package.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
buildNpmPackage,
44
fetchFromGitHub,
55
versionCheckHook,
6+
nix-update-script,
67
}:
78

89
buildNpmPackage rec {
@@ -26,6 +27,10 @@ buildNpmPackage rec {
2627
versionCheckHook
2728
];
2829

30+
passthru = {
31+
updateScript = nix-update-script { };
32+
};
33+
2934
meta = {
3035
description = "Powerful Scheme based Lisp in JavaScript";
3136
homepage = "https://lips.js.org";

0 commit comments

Comments
 (0)