Merge pull request #205224 from mweinelt/ansible-ls-fix-updatescript
This commit is contained in:
commit
ae67339e74
1 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
{ lib
|
||||
, buildNpmPackage
|
||||
, fetchFromGitHub
|
||||
, nix-update-script
|
||||
}:
|
||||
|
||||
buildNpmPackage rec {
|
||||
|
@ -29,7 +30,7 @@ buildNpmPackage rec {
|
|||
sed -i '/"prepack"/d' package.json
|
||||
'';
|
||||
|
||||
passthru.updateScript = {
|
||||
passthru.updateScript = nix-update-script {
|
||||
attrPath = pname;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue