Skip to content

Commit

Permalink
lips: update script
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitarNestorov committed Jan 10, 2025
1 parent e6f803f commit 0607737
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/by-name/li/lips/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
buildNpmPackage,
fetchFromGitHub,
versionCheckHook,
nix-update-script,
}:

buildNpmPackage rec {
Expand All @@ -26,6 +27,10 @@ buildNpmPackage rec {
versionCheckHook
];

passthru = {
updateScript = nix-update-script { };
};

meta = {
description = "Powerful Scheme based Lisp in JavaScript";
homepage = "https://lips.js.org";
Expand Down

0 comments on commit 0607737

Please sign in to comment.