ansible-language-server: fix updateScript
This commit is contained in:
parent
23493afbe6
commit
6b82fdca00
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